Html Css Color HEX #CEE95D Mindaro

📋 copy color: '#CEE95D'

red 206 ◦ green 233 ◦ blue 93

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

Shades of Mindaro #CEE95D

Tints of Mindaro #CEE95D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.8%

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

R = 38.72%
G = 43.8%
B = 17.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CEE95D (or 0xCEE95D) is known color: Mindaro. HEX triplet: CE, E9 and 5D. RGB value is (206,233,93). Sum of RGB (Red+Green+Blue) = 206+233+93=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE95D is #3116A2. Grayscale: #D1D1D1. Windows color (decimal): -3217059 or 6154702. OLE color: 6154702.

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

Color convert

RGB 206 233 93 -
CMYK 0.12 0 0.60 0.09
HSL 71.57º 0.76% 0.64% -
HSV(B) 71.57º 0.6% 0.91% -
XYZ 56.57 72.19 21.31 -
YUV 208.97 62.55 125.88 -
System Red Green Blue C M Y K H S L
Decimal 206 233 93 0.12 0 0.60 0.09 71.57 0.76 0.64
Hex CE E9 5D C 0 3C 9 48 4C 40
Octal 316 351 135 14 0 74 11 110 114 100
Binary 11001110 11101001 1011101 1100 0 111100 1001 1001000 1001100 1000000

Color Harmonies of #CEE95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE95D

Black with #CEE95D

Text Example


Text Example

White with #CEE95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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