Html Css Color HEX #CEE55A Mindaro

📋 copy color: '#CEE55A'

red 206 ◦ green 229 ◦ blue 90

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

Shades of Mindaro #CEE55A

Tints of Mindaro #CEE55A

RGB

 RED value IS 206 (80.86% from 255) = 39.24%

 GREEN value IS 229 (89.84% from 255) = 43.62%

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

R = 39.24%
G = 43.62%
B = 17.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#CEE55A (or 0xCEE55A) is known color: Mindaro. HEX triplet: CE, E5 and 5A. RGB value is (206,229,90). Sum of RGB (Red+Green+Blue) = 206+229+90=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE55A is #311AA5. Grayscale: #CECECE. Windows color (decimal): -3218086 or 5957070. OLE color: 5957070.

HSL color Cylindrical-coordinate representation of color #CEE55A: hue angle of 69.93º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEE55A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 90 -
CMYK 0.10 0 0.61 0.10
HSL 69.93º 0.73% 0.63% -
HSV(B) 69.93º 0.61% 0.9% -
XYZ 55.32 69.9 20.25 -
YUV 206.28 62.38 127.8 -
System Red Green Blue C M Y K H S L
Decimal 206 229 90 0.10 0 0.61 0.10 69.93 0.73 0.63
Hex CE E5 5A A 0 3D A 46 49 3F
Octal 316 345 132 12 0 75 12 106 111 77
Binary 11001110 11100101 1011010 1010 0 111101 1010 1000110 1001001 111111

Color Harmonies of #CEE55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE55A

Black with #CEE55A

Text Example


Text Example

White with #CEE55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE55A; }

 p { color: rgb(206,229,90); }

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

background-color css

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

 a { background-color: rgb(206,229,90); }

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

border-color css

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

 span { border-color: rgb(206,229,90); }

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