Html Css Color HEX #CFE06F Mindaro

📋 copy color: '#CFE06F'

red 207 ◦ green 224 ◦ blue 111

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

Shades of Mindaro #CFE06F

Tints of Mindaro #CFE06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.48%

R = 38.19%
G = 41.33%
B = 20.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CFE06F (or 0xCFE06F) is known color: Mindaro. HEX triplet: CF, E0 and 6F. RGB value is (207,224,111). Sum of RGB (Red+Green+Blue) = 207+224+111=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE06F is #301F90. Grayscale: #CECECE. Windows color (decimal): -3153809 or 7332047. OLE color: 7332047.

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

Color convert

RGB 207 224 111 -
CMYK 0.08 0 0.50 0.12
HSL 69.03º 0.65% 0.66% -
HSV(B) 69.03º 0.5% 0.88% -
XYZ 55.26 67.72 25.2 -
YUV 206.04 74.37 128.69 -
System Red Green Blue C M Y K H S L
Decimal 207 224 111 0.08 0 0.50 0.12 69.03 0.65 0.66
Hex CF E0 6F 8 0 32 C 45 41 42
Octal 317 340 157 10 0 62 14 105 101 102
Binary 11001111 11100000 1101111 1000 0 110010 1100 1000101 1000001 1000010

Color Harmonies of #CFE06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE06F

Black with #CFE06F

Text Example


Text Example

White with #CFE06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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