Html Css Color HEX #CFDE74 Mindaro

📋 copy color: '#CFDE74'

red 207 ◦ green 222 ◦ blue 116

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

Shades of Mindaro #CFDE74

Tints of Mindaro #CFDE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.28%

R = 37.98%
G = 40.73%
B = 21.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CFDE74 (or 0xCFDE74) is known color: Mindaro. HEX triplet: CF, DE and 74. RGB value is (207,222,116). Sum of RGB (Red+Green+Blue) = 207+222+116=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE74 is #30218B. Grayscale: #CDCDCD. Windows color (decimal): -3154316 or 7659215. OLE color: 7659215.

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

Color convert

RGB 207 222 116 -
CMYK 0.07 0 0.48 0.13
HSL 68.49º 0.62% 0.66% -
HSV(B) 68.49º 0.48% 0.87% -
XYZ 55.01 66.77 26.51 -
YUV 205.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 207 222 116 0.07 0 0.48 0.13 68.49 0.62 0.66
Hex CF DE 74 7 0 30 D 44 3E 42
Octal 317 336 164 7 0 60 15 104 76 102
Binary 11001111 11011110 1110100 111 0 110000 1101 1000100 111110 1000010

Color Harmonies of #CFDE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE74

Black with #CFDE74

Text Example


Text Example

White with #CFDE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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