Html Css Color HEX #CFE05A Mindaro

📋 copy color: '#CFE05A'

red 207 ◦ green 224 ◦ blue 90

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

Shades of Mindaro #CFE05A

Tints of Mindaro #CFE05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.27%

R = 39.73%
G = 42.99%
B = 17.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#CFE05A (or 0xCFE05A) is known color: Mindaro. HEX triplet: CF, E0 and 5A. RGB value is (207,224,90). Sum of RGB (Red+Green+Blue) = 207+224+90=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE05A is #301FA5. Grayscale: #CCCCCC. Windows color (decimal): -3153830 or 5955791. OLE color: 5955791.

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

Color convert

RGB 207 224 90 -
CMYK 0.08 0 0.60 0.12
HSL 67.61º 0.68% 0.62% -
HSV(B) 67.61º 0.6% 0.88% -
XYZ 54.23 67.31 19.81 -
YUV 203.64 63.87 130.4 -
System Red Green Blue C M Y K H S L
Decimal 207 224 90 0.08 0 0.60 0.12 67.61 0.68 0.62
Hex CF E0 5A 8 0 3C C 44 44 3E
Octal 317 340 132 10 0 74 14 104 104 76
Binary 11001111 11100000 1011010 1000 0 111100 1100 1000100 1000100 111110

Color Harmonies of #CFE05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE05A

Black with #CFE05A

Text Example


Text Example

White with #CFE05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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