Html Css Color HEX #CEF55A Mindaro

📋 copy color: '#CEF55A'

red 206 ◦ green 245 ◦ blue 90

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

Shades of Mindaro #CEF55A

Tints of Mindaro #CEF55A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.29%

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

R = 38.08%
G = 45.29%
B = 16.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#CEF55A (or 0xCEF55A) is known color: Mindaro. HEX triplet: CE, F5 and 5A. RGB value is (206,245,90). Sum of RGB (Red+Green+Blue) = 206+245+90=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF55A is #310AA5. Grayscale: #D8D8D8. Windows color (decimal): -3213990 or 5961166. OLE color: 5961166.

HSL color Cylindrical-coordinate representation of color #CEF55A: hue angle of 75.1º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEF55A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 90 -
CMYK 0.16 0 0.63 0.04
HSL 75.1º 0.89% 0.66% -
HSV(B) 75.1º 0.63% 0.96% -
XYZ 59.95 79.16 21.79 -
YUV 215.67 57.08 121.1 -
System Red Green Blue C M Y K H S L
Decimal 206 245 90 0.16 0 0.63 0.04 75.1 0.89 0.66
Hex CE F5 5A 10 0 3F 4 4B 59 42
Octal 316 365 132 20 0 77 4 113 131 102
Binary 11001110 11110101 1011010 10000 0 111111 100 1001011 1011001 1000010

Color Harmonies of #CEF55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF55A

Black with #CEF55A

Text Example


Text Example

White with #CEF55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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