Html Css Color HEX #CBEE6D Mindaro

📋 copy color: '#CBEE6D'

red 203 ◦ green 238 ◦ blue 109

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

Shades of Mindaro #CBEE6D

Tints of Mindaro #CBEE6D

RGB

 RED value IS 203 (79.69% from 255) = 36.91%

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

 BLUE value IS 109 (42.97% from 255) = 19.82%

R = 36.91%
G = 43.27%
B = 19.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#CBEE6D (or 0xCBEE6D) is known color: Mindaro. HEX triplet: CB, EE and 6D. RGB value is (203,238,109). Sum of RGB (Red+Green+Blue) = 203+238+109=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE6D is #341192. Grayscale: #D5D5D5. Windows color (decimal): -3412371 or 7204555. OLE color: 7204555.

HSL color Cylindrical-coordinate representation of color #CBEE6D: hue angle of 76.28º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBEE6D is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 109 -
CMYK 0.15 0 0.54 0.07
HSL 76.28º 0.79% 0.68% -
HSV(B) 76.28º 0.54% 0.93% -
XYZ 57.96 74.95 25.88 -
YUV 212.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 203 238 109 0.15 0 0.54 0.07 76.28 0.79 0.68
Hex CB EE 6D F 0 36 7 4C 4F 44
Octal 313 356 155 17 0 66 7 114 117 104
Binary 11001011 11101110 1101101 1111 0 110110 111 1001100 1001111 1000100

Color Harmonies of #CBEE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEE6D

Black with #CBEE6D

Text Example


Text Example

White with #CBEE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEE6D; }

 p { color: rgb(203,238,109); }

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

background-color css

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

 a { background-color: rgb(203,238,109); }

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

border-color css

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

 span { border-color: rgb(203,238,109); }

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