Html Css Color HEX #CDF964 Mindaro

📋 copy color: '#CDF964'

red 205 ◦ green 249 ◦ blue 100

#CDF964
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CDF964

Tints of Mindaro #CDF964

RGB

 RED value IS 205 (80.47% from 255) = 37%

 GREEN value IS 249 (97.66% from 255) = 44.95%

 BLUE value IS 100 (39.45% from 255) = 18.05%

R = 37%
G = 44.95%
B = 18.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDF964 (or 0xCDF964) is known color: Mindaro. HEX triplet: CD, F9 and 64. RGB value is (205,249,100). Sum of RGB (Red+Green+Blue) = 205+249+100=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF964 is #32069B. Grayscale: #DBDBDB. Windows color (decimal): -3278492 or 6617549. OLE color: 6617549.

HSL color Cylindrical-coordinate representation of color #CDF964: hue angle of 77.72º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDF964 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 100 -
CMYK 0.18 0 0.60 0.02
HSL 77.72º 0.93% 0.68% -
HSV(B) 77.72º 0.6% 0.98% -
XYZ 61.35 81.65 24.58 -
YUV 218.86 60.92 118.12 -
System Red Green Blue C M Y K H S L
Decimal 205 249 100 0.18 0 0.60 0.02 77.72 0.93 0.68
Hex CD F9 64 12 0 3C 2 4E 5D 44
Octal 315 371 144 22 0 74 2 116 135 104
Binary 11001101 11111001 1100100 10010 0 111100 10 1001110 1011101 1000100

Color Harmonies of #CDF964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF964

Black with #CDF964

Text Example


Text Example

White with #CDF964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF964; }

 p { color: rgb(205,249,100); }

 H1.HeaderClassName
 {
   color: #CDF964;
 }
 .AnyTagClassName
 {
   color: #CDF964;
 }
</style>

background-color css

<style>
 a { background-color: #CDF964; }

 a { background-color: rgb(205,249,100); }

 div.DivClassName
 {
   background-color: #CDF964;
 }
 .BgClassName
 {
   background-color: #CDF964;
 }
</style>

border-color css

<style>
 span { border-color: #CDF964; }

 span { border-color: rgb(205,249,100); }

 td.TdClassName
 {
   border-color: #CDF964;
 }
 .TagClassName
 {
   border-color: #CDF964;
 }
</style>