Html Css Color HEX #CEEE5D Mindaro

📋 copy color: '#CEEE5D'

red 206 ◦ green 238 ◦ blue 93

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

Shades of Mindaro #CEEE5D

Tints of Mindaro #CEEE5D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.32%

 BLUE value IS 93 (36.72% from 255) = 17.32%

R = 38.36%
G = 44.32%
B = 17.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#CEEE5D (or 0xCEEE5D) is known color: Mindaro. HEX triplet: CE, EE and 5D. RGB value is (206,238,93). Sum of RGB (Red+Green+Blue) = 206+238+93=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE5D is #3111A2. Grayscale: #D4D4D4. Windows color (decimal): -3215779 or 6155982. OLE color: 6155982.

HSL color Cylindrical-coordinate representation of color #CEEE5D: hue angle of 73.24º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEEE5D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 93 -
CMYK 0.13 0 0.61 0.07
HSL 73.24º 0.81% 0.65% -
HSV(B) 73.24º 0.61% 0.93% -
XYZ 58 75.06 21.79 -
YUV 211.9 60.9 123.79 -
System Red Green Blue C M Y K H S L
Decimal 206 238 93 0.13 0 0.61 0.07 73.24 0.81 0.65
Hex CE EE 5D D 0 3D 7 49 51 41
Octal 316 356 135 15 0 75 7 111 121 101
Binary 11001110 11101110 1011101 1101 0 111101 111 1001001 1010001 1000001

Color Harmonies of #CEEE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE5D

Black with #CEEE5D

Text Example


Text Example

White with #CEEE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE5D; }

 p { color: rgb(206,238,93); }

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

background-color css

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

 a { background-color: rgb(206,238,93); }

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

border-color css

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

 span { border-color: rgb(206,238,93); }

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