Html Css Color HEX #CBDC6E Mindaro

📋 copy color: '#CBDC6E'

red 203 ◦ green 220 ◦ blue 110

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

Shades of Mindaro #CBDC6E

Tints of Mindaro #CBDC6E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.28%

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

R = 38.09%
G = 41.28%
B = 20.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#CBDC6E (or 0xCBDC6E) is known color: Mindaro. HEX triplet: CB, DC and 6E. RGB value is (203,220,110). Sum of RGB (Red+Green+Blue) = 203+220+110=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC6E is #342391. Grayscale: #CACACA. Windows color (decimal): -3416978 or 7265483. OLE color: 7265483.

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

Color convert

RGB 203 220 110 -
CMYK 0.08 0 0.50 0.14
HSL 69.27º 0.61% 0.65% -
HSV(B) 69.27º 0.5% 0.86% -
XYZ 53.04 65.01 24.5 -
YUV 202.38 75.87 128.44 -
System Red Green Blue C M Y K H S L
Decimal 203 220 110 0.08 0 0.50 0.14 69.27 0.61 0.65
Hex CB DC 6E 8 0 32 E 45 3D 41
Octal 313 334 156 10 0 62 16 105 75 101
Binary 11001011 11011100 1101110 1000 0 110010 1110 1000101 111101 1000001

Color Harmonies of #CBDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDC6E

Black with #CBDC6E

Text Example


Text Example

White with #CBDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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