Html Css Color HEX #CFE061 Mindaro

📋 copy color: '#CFE061'

red 207 ◦ green 224 ◦ blue 97

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

Shades of Mindaro #CFE061

Tints of Mindaro #CFE061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.37%

R = 39.2%
G = 42.42%
B = 18.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#CFE061 (or 0xCFE061) is known color: Mindaro. HEX triplet: CF, E0 and 61. RGB value is (207,224,97). Sum of RGB (Red+Green+Blue) = 207+224+97=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE061 is #301F9E. Grayscale: #CCCCCC. Windows color (decimal): -3153823 or 6414543. OLE color: 6414543.

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

Color convert

RGB 207 224 97 -
CMYK 0.08 0 0.57 0.12
HSL 68.03º 0.67% 0.63% -
HSV(B) 68.03º 0.57% 0.88% -
XYZ 54.55 67.44 21.45 -
YUV 204.44 67.37 129.83 -
System Red Green Blue C M Y K H S L
Decimal 207 224 97 0.08 0 0.57 0.12 68.03 0.67 0.63
Hex CF E0 61 8 0 39 C 44 43 3F
Octal 317 340 141 10 0 71 14 104 103 77
Binary 11001111 11100000 1100001 1000 0 111001 1100 1000100 1000011 111111

Color Harmonies of #CFE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE061

Black with #CFE061

Text Example


Text Example

White with #CFE061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE061; }

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

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

background-color css

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

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

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

border-color css

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

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

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