Html Css Color HEX #CBDD6B Mindaro

📋 copy color: '#CBDD6B'

red 203 ◦ green 221 ◦ blue 107

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

Shades of Mindaro #CBDD6B

Tints of Mindaro #CBDD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.15%

R = 38.23%
G = 41.62%
B = 20.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#CBDD6B (or 0xCBDD6B) is known color: Mindaro. HEX triplet: CB, DD and 6B. RGB value is (203,221,107). Sum of RGB (Red+Green+Blue) = 203+221+107=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD6B is #342294. Grayscale: #CBCBCB. Windows color (decimal): -3416725 or 7069131. OLE color: 7069131.

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

Color convert

RGB 203 221 107 -
CMYK 0.08 0 0.52 0.13
HSL 69.47º 0.63% 0.64% -
HSV(B) 69.47º 0.52% 0.87% -
XYZ 53.14 65.47 23.75 -
YUV 202.62 74.04 128.27 -
System Red Green Blue C M Y K H S L
Decimal 203 221 107 0.08 0 0.52 0.13 69.47 0.63 0.64
Hex CB DD 6B 8 0 34 D 45 3F 40
Octal 313 335 153 10 0 64 15 105 77 100
Binary 11001011 11011101 1101011 1000 0 110100 1101 1000101 111111 1000000

Color Harmonies of #CBDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD6B

Black with #CBDD6B

Text Example


Text Example

White with #CBDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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