Html Css Color HEX #CEEA5E Mindaro

📋 copy color: '#CEEA5E'

red 206 ◦ green 234 ◦ blue 94

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

Shades of Mindaro #CEEA5E

Tints of Mindaro #CEEA5E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.82%

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

R = 38.58%
G = 43.82%
B = 17.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#CEEA5E (or 0xCEEA5E) is known color: Mindaro. HEX triplet: CE, EA and 5E. RGB value is (206,234,94). Sum of RGB (Red+Green+Blue) = 206+234+94=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEA5E is #3115A1. Grayscale: #D2D2D2. Windows color (decimal): -3216802 or 6220494. OLE color: 6220494.

HSL color Cylindrical-coordinate representation of color #CEEA5E: hue angle of 72º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEEA5E is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 94 -
CMYK 0.12 0 0.60 0.08
HSL 72º 0.77% 0.64% -
HSV(B) 72º 0.6% 0.92% -
XYZ 56.9 72.78 21.64 -
YUV 209.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 206 234 94 0.12 0 0.60 0.08 72 0.77 0.64
Hex CE EA 5E C 0 3C 8 48 4D 40
Octal 316 352 136 14 0 74 10 110 115 100
Binary 11001110 11101010 1011110 1100 0 111100 1000 1001000 1001101 1000000

Color Harmonies of #CEEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEA5E

Black with #CEEA5E

Text Example


Text Example

White with #CEEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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