Html Css Color HEX #CFE15A Mindaro

📋 copy color: '#CFE15A'

red 207 ◦ green 225 ◦ blue 90

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

Shades of Mindaro #CFE15A

Tints of Mindaro #CFE15A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.1%

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

R = 39.66%
G = 43.1%
B = 17.24%

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

#CFE15A (or 0xCFE15A) is known color: Mindaro. HEX triplet: CF, E1 and 5A. RGB value is (207,225,90). Sum of RGB (Red+Green+Blue) = 207+225+90=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE15A is #301EA5. Grayscale: #CCCCCC. Windows color (decimal): -3153574 or 5956047. OLE color: 5956047.

HSL color Cylindrical-coordinate representation of color #CFE15A: hue angle of 68º degrees, saturation: 0.69, 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 #CFE15A is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 90 -
CMYK 0.08 0 0.60 0.12
HSL 68º 0.69% 0.62% -
HSV(B) 68º 0.6% 0.88% -
XYZ 54.5 67.85 19.9 -
YUV 204.23 63.54 129.98 -
System Red Green Blue C M Y K H S L
Decimal 207 225 90 0.08 0 0.60 0.12 68 0.69 0.62
Hex CF E1 5A 8 0 3C C 44 45 3E
Octal 317 341 132 10 0 74 14 104 105 76
Binary 11001111 11100001 1011010 1000 0 111100 1100 1000100 1000101 111110

Color Harmonies of #CFE15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE15A

Black with #CFE15A

Text Example


Text Example

White with #CFE15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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