Html Css Color HEX #CBDD6E Mindaro

📋 copy color: '#CBDD6E'

red 203 ◦ green 221 ◦ blue 110

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

Shades of Mindaro #CBDD6E

Tints of Mindaro #CBDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.39%

 BLUE value IS 110 (43.36% from 255) = 20.6%

R = 38.01%
G = 41.39%
B = 20.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#CBDD6E (or 0xCBDD6E) is known color: Mindaro. HEX triplet: CB, DD and 6E. RGB value is (203,221,110). Sum of RGB (Red+Green+Blue) = 203+221+110=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD6E is #342291. Grayscale: #CBCBCB. Windows color (decimal): -3416722 or 7265739. OLE color: 7265739.

HSL color Cylindrical-coordinate representation of color #CBDD6E: hue angle of 69.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBDD6E is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 221 110 -
CMYK 0.08 0 0.50 0.13
HSL 69.73º 0.62% 0.65% -
HSV(B) 69.73º 0.5% 0.87% -
XYZ 53.3 65.54 24.59 -
YUV 202.96 75.54 128.03 -
System Red Green Blue C M Y K H S L
Decimal 203 221 110 0.08 0 0.50 0.13 69.73 0.62 0.65
Hex CB DD 6E 8 0 32 D 46 3E 41
Octal 313 335 156 10 0 62 15 106 76 101
Binary 11001011 11011101 1101110 1000 0 110010 1101 1000110 111110 1000001

Color Harmonies of #CBDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD6E

Black with #CBDD6E

Text Example


Text Example

White with #CBDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD6E; }

 p { color: rgb(203,221,110); }

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

background-color css

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

 a { background-color: rgb(203,221,110); }

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

border-color css

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

 span { border-color: rgb(203,221,110); }

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