Html Css Color HEX #CEFC5E Mindaro

📋 copy color: '#CEFC5E'

red 206 ◦ green 252 ◦ blue 94

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

Shades of Mindaro #CEFC5E

Tints of Mindaro #CEFC5E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.65%

 BLUE value IS 94 (37.11% from 255) = 17.03%

R = 37.32%
G = 45.65%
B = 17.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#CEFC5E (or 0xCEFC5E) is known color: Mindaro. HEX triplet: CE, FC and 5E. RGB value is (206,252,94). Sum of RGB (Red+Green+Blue) = 206+252+94=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC5E is #3103A1. Grayscale: #DCDCDC. Windows color (decimal): -3212194 or 6225102. OLE color: 6225102.

HSL color Cylindrical-coordinate representation of color #CEFC5E: hue angle of 77.47º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEFC5E is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 252 94 -
CMYK 0.18 0 0.63 0.01
HSL 77.47º 0.96% 0.68% -
HSV(B) 77.47º 0.63% 0.99% -
XYZ 62.28 83.55 23.43 -
YUV 220.23 56.76 117.85 -
System Red Green Blue C M Y K H S L
Decimal 206 252 94 0.18 0 0.63 0.01 77.47 0.96 0.68
Hex CE FC 5E 12 0 3F 1 4D 60 44
Octal 316 374 136 22 0 77 1 115 140 104
Binary 11001110 11111100 1011110 10010 0 111111 1 1001101 1100000 1000100

Color Harmonies of #CEFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC5E

Black with #CEFC5E

Text Example


Text Example

White with #CEFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC5E; }

 p { color: rgb(206,252,94); }

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

background-color css

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

 a { background-color: rgb(206,252,94); }

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

border-color css

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

 span { border-color: rgb(206,252,94); }

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