Html Css Color HEX #CBEE5D Mindaro

📋 copy color: '#CBEE5D'

red 203 ◦ green 238 ◦ blue 93

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

Shades of Mindaro #CBEE5D

Tints of Mindaro #CBEE5D

RGB

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

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

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

R = 38.01%
G = 44.57%
B = 17.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#CBEE5D (or 0xCBEE5D) is known color: Mindaro. HEX triplet: CB, EE and 5D. RGB value is (203,238,93). Sum of RGB (Red+Green+Blue) = 203+238+93=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE5D is #3411A2. Grayscale: #D3D3D3. Windows color (decimal): -3412387 or 6155979. OLE color: 6155979.

HSL color Cylindrical-coordinate representation of color #CBEE5D: hue angle of 74.48º 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 #CBEE5D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 93 -
CMYK 0.15 0 0.61 0.07
HSL 74.48º 0.81% 0.65% -
HSV(B) 74.48º 0.61% 0.93% -
XYZ 57.18 74.64 21.75 -
YUV 211.01 61.4 122.29 -
System Red Green Blue C M Y K H S L
Decimal 203 238 93 0.15 0 0.61 0.07 74.48 0.81 0.65
Hex CB EE 5D F 0 3D 7 4A 51 41
Octal 313 356 135 17 0 75 7 112 121 101
Binary 11001011 11101110 1011101 1111 0 111101 111 1001010 1010001 1000001

Color Harmonies of #CBEE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEE5D

Black with #CBEE5D

Text Example


Text Example

White with #CBEE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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