Html Css Color HEX #CFE05C Mindaro

📋 copy color: '#CFE05C'

red 207 ◦ green 224 ◦ blue 92

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

Shades of Mindaro #CFE05C

Tints of Mindaro #CFE05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.59%

R = 39.58%
G = 42.83%
B = 17.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#CFE05C (or 0xCFE05C) is known color: Mindaro. HEX triplet: CF, E0 and 5C. RGB value is (207,224,92). Sum of RGB (Red+Green+Blue) = 207+224+92=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE05C is #301FA3. Grayscale: #CCCCCC. Windows color (decimal): -3153828 or 6086863. OLE color: 6086863.

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

Color convert

RGB 207 224 92 -
CMYK 0.08 0 0.59 0.12
HSL 67.73º 0.68% 0.62% -
HSV(B) 67.73º 0.59% 0.88% -
XYZ 54.32 67.35 20.26 -
YUV 203.87 64.87 130.23 -
System Red Green Blue C M Y K H S L
Decimal 207 224 92 0.08 0 0.59 0.12 67.73 0.68 0.62
Hex CF E0 5C 8 0 3B C 44 44 3E
Octal 317 340 134 10 0 73 14 104 104 76
Binary 11001111 11100000 1011100 1000 0 111011 1100 1000100 1000100 111110

Color Harmonies of #CFE05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE05C

Black with #CFE05C

Text Example


Text Example

White with #CFE05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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