Html Css Color HEX #CFDE60 Mindaro

📋 copy color: '#CFDE60'

red 207 ◦ green 222 ◦ blue 96

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

Shades of Mindaro #CFDE60

Tints of Mindaro #CFDE60

RGB

 RED value IS 207 (81.25% from 255) = 39.43%

 GREEN value IS 222 (87.11% from 255) = 42.29%

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 39.43%
G = 42.29%
B = 18.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#CFDE60 (or 0xCFDE60) is known color: Mindaro. HEX triplet: CF, DE and 60. RGB value is (207,222,96). Sum of RGB (Red+Green+Blue) = 207+222+96=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE60 is #30219F. Grayscale: #CBCBCB. Windows color (decimal): -3154336 or 6348495. OLE color: 6348495.

HSL color Cylindrical-coordinate representation of color #CFDE60: hue angle of 67.14º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFDE60 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 96 -
CMYK 0.07 0 0.57 0.13
HSL 67.14º 0.66% 0.62% -
HSV(B) 67.14º 0.57% 0.87% -
XYZ 53.96 66.35 21.03 -
YUV 203.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 207 222 96 0.07 0 0.57 0.13 67.14 0.66 0.62
Hex CF DE 60 7 0 39 D 43 42 3E
Octal 317 336 140 7 0 71 15 103 102 76
Binary 11001111 11011110 1100000 111 0 111001 1101 1000011 1000010 111110

Color Harmonies of #CFDE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE60

Black with #CFDE60

Text Example


Text Example

White with #CFDE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE60; }

 p { color: rgb(207,222,96); }

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

background-color css

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

 a { background-color: rgb(207,222,96); }

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

border-color css

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

 span { border-color: rgb(207,222,96); }

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