Html Css Color HEX #CFE35A Mindaro

📋 copy color: '#CFE35A'

red 207 ◦ green 227 ◦ blue 90

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

Shades of Mindaro #CFE35A

Tints of Mindaro #CFE35A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.32%

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

R = 39.5%
G = 43.32%
B = 17.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#CFE35A (or 0xCFE35A) is known color: Mindaro. HEX triplet: CF, E3 and 5A. RGB value is (207,227,90). Sum of RGB (Red+Green+Blue) = 207+227+90=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE35A is #301CA5. Grayscale: #CDCDCD. Windows color (decimal): -3153062 or 5956559. OLE color: 5956559.

HSL color Cylindrical-coordinate representation of color #CFE35A: hue angle of 68.76º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFE35A is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 90 -
CMYK 0.09 0 0.60 0.11
HSL 68.76º 0.71% 0.62% -
HSV(B) 68.76º 0.6% 0.89% -
XYZ 55.05 68.94 20.08 -
YUV 205.4 62.87 129.14 -
System Red Green Blue C M Y K H S L
Decimal 207 227 90 0.09 0 0.60 0.11 68.76 0.71 0.62
Hex CF E3 5A 9 0 3C B 45 47 3E
Octal 317 343 132 11 0 74 13 105 107 76
Binary 11001111 11100011 1011010 1001 0 111100 1011 1000101 1000111 111110

Color Harmonies of #CFE35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE35A

Black with #CFE35A

Text Example


Text Example

White with #CFE35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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