Html Css Color HEX #CEE95B Mindaro

📋 copy color: '#CEE95B'

red 206 ◦ green 233 ◦ blue 91

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

Shades of Mindaro #CEE95B

Tints of Mindaro #CEE95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.17%

R = 38.87%
G = 43.96%
B = 17.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#CEE95B (or 0xCEE95B) is known color: Mindaro. HEX triplet: CE, E9 and 5B. RGB value is (206,233,91). Sum of RGB (Red+Green+Blue) = 206+233+91=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE95B is #3116A4. Grayscale: #D1D1D1. Windows color (decimal): -3217061 or 6023630. OLE color: 6023630.

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

Color convert

RGB 206 233 91 -
CMYK 0.12 0 0.61 0.09
HSL 71.41º 0.76% 0.64% -
HSV(B) 71.41º 0.61% 0.91% -
XYZ 56.48 72.15 20.85 -
YUV 208.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 206 233 91 0.12 0 0.61 0.09 71.41 0.76 0.64
Hex CE E9 5B C 0 3D 9 47 4C 40
Octal 316 351 133 14 0 75 11 107 114 100
Binary 11001110 11101001 1011011 1100 0 111101 1001 1000111 1001100 1000000

Color Harmonies of #CEE95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE95B

Black with #CEE95B

Text Example


Text Example

White with #CEE95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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