Html Css Color HEX #CBDE6B Mindaro

📋 copy color: '#CBDE6B'

red 203 ◦ green 222 ◦ blue 107

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

Shades of Mindaro #CBDE6B

Tints of Mindaro #CBDE6B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.73%

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

R = 38.16%
G = 41.73%
B = 20.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#CBDE6B (or 0xCBDE6B) is known color: Mindaro. HEX triplet: CB, DE and 6B. RGB value is (203,222,107). Sum of RGB (Red+Green+Blue) = 203+222+107=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDE6B is #342194. Grayscale: #CBCBCB. Windows color (decimal): -3416469 or 7069387. OLE color: 7069387.

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

Color convert

RGB 203 222 107 -
CMYK 0.09 0 0.52 0.13
HSL 69.91º 0.64% 0.65% -
HSV(B) 69.91º 0.52% 0.87% -
XYZ 53.4 66 23.83 -
YUV 203.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 203 222 107 0.09 0 0.52 0.13 69.91 0.64 0.65
Hex CB DE 6B 9 0 34 D 46 40 41
Octal 313 336 153 11 0 64 15 106 100 101
Binary 11001011 11011110 1101011 1001 0 110100 1101 1000110 1000000 1000001

Color Harmonies of #CBDE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDE6B

Black with #CBDE6B

Text Example


Text Example

White with #CBDE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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