Html Css Color HEX #CEEB5E Mindaro

📋 copy color: '#CEEB5E'

red 206 ◦ green 235 ◦ blue 94

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

Shades of Mindaro #CEEB5E

Tints of Mindaro #CEEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.93%

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

R = 38.5%
G = 43.93%
B = 17.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#CEEB5E (or 0xCEEB5E) is known color: Mindaro. HEX triplet: CE, EB and 5E. RGB value is (206,235,94). Sum of RGB (Red+Green+Blue) = 206+235+94=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEB5E is #3114A1. Grayscale: #D2D2D2. Windows color (decimal): -3216546 or 6220750. OLE color: 6220750.

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

Color convert

RGB 206 235 94 -
CMYK 0.12 0 0.6 0.08
HSL 72.34º 0.78% 0.65% -
HSV(B) 72.34º 0.6% 0.92% -
XYZ 57.18 73.35 21.73 -
YUV 210.26 62.39 124.96 -
System Red Green Blue C M Y K H S L
Decimal 206 235 94 0.12 0 0.6 0.08 72.34 0.78 0.65
Hex CE EB 5E C 0 3C 8 48 4E 41
Octal 316 353 136 14 0 74 10 110 116 101
Binary 11001110 11101011 1011110 1100 0 111100 1000 1001000 1001110 1000001

Color Harmonies of #CEEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEB5E

Black with #CEEB5E

Text Example


Text Example

White with #CEEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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