Html Css Color HEX #CFE066 Mindaro

📋 copy color: '#CFE066'

red 207 ◦ green 224 ◦ blue 102

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

Shades of Mindaro #CFE066

Tints of Mindaro #CFE066

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.03%

 BLUE value IS 102 (40.23% from 255) = 19.14%

R = 38.84%
G = 42.03%
B = 19.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#CFE066 (or 0xCFE066) is known color: Mindaro. HEX triplet: CF, E0 and 66. RGB value is (207,224,102). Sum of RGB (Red+Green+Blue) = 207+224+102=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE066 is #301F99. Grayscale: #CDCDCD. Windows color (decimal): -3153818 or 6742223. OLE color: 6742223.

HSL color Cylindrical-coordinate representation of color #CFE066: hue angle of 68.36º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE066 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 102 -
CMYK 0.08 0 0.54 0.12
HSL 68.36º 0.66% 0.64% -
HSV(B) 68.36º 0.54% 0.88% -
XYZ 54.79 67.54 22.72 -
YUV 205.01 69.87 129.42 -
System Red Green Blue C M Y K H S L
Decimal 207 224 102 0.08 0 0.54 0.12 68.36 0.66 0.64
Hex CF E0 66 8 0 36 C 44 42 40
Octal 317 340 146 10 0 66 14 104 102 100
Binary 11001111 11100000 1100110 1000 0 110110 1100 1000100 1000010 1000000

Color Harmonies of #CFE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE066

Black with #CFE066

Text Example


Text Example

White with #CFE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE066; }

 p { color: rgb(207,224,102); }

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

background-color css

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

 a { background-color: rgb(207,224,102); }

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

border-color css

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

 span { border-color: rgb(207,224,102); }

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