Html Css Color HEX #CBDD6D Mindaro

📋 copy color: '#CBDD6D'

red 203 ◦ green 221 ◦ blue 109

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

Shades of Mindaro #CBDD6D

Tints of Mindaro #CBDD6D

RGB

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

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

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

R = 38.09%
G = 41.46%
B = 20.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#CBDD6D (or 0xCBDD6D) is known color: Mindaro. HEX triplet: CB, DD and 6D. RGB value is (203,221,109). Sum of RGB (Red+Green+Blue) = 203+221+109=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD6D is #342292. Grayscale: #CBCBCB. Windows color (decimal): -3416723 or 7200203. OLE color: 7200203.

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

Color convert

RGB 203 221 109 -
CMYK 0.08 0 0.51 0.13
HSL 69.64º 0.62% 0.65% -
HSV(B) 69.64º 0.51% 0.87% -
XYZ 53.25 65.51 24.31 -
YUV 202.85 75.04 128.11 -
System Red Green Blue C M Y K H S L
Decimal 203 221 109 0.08 0 0.51 0.13 69.64 0.62 0.65
Hex CB DD 6D 8 0 33 D 46 3E 41
Octal 313 335 155 10 0 63 15 106 76 101
Binary 11001011 11011101 1101101 1000 0 110011 1101 1000110 111110 1000001

Color Harmonies of #CBDD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD6D

Black with #CBDD6D

Text Example


Text Example

White with #CBDD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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