Html Css Color HEX #CBE56B Mindaro

📋 copy color: '#CBE56B'

red 203 ◦ green 229 ◦ blue 107

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

Shades of Mindaro #CBE56B

Tints of Mindaro #CBE56B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.49%

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

R = 37.66%
G = 42.49%
B = 19.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#CBE56B (or 0xCBE56B) is known color: Mindaro. HEX triplet: CB, E5 and 6B. RGB value is (203,229,107). Sum of RGB (Red+Green+Blue) = 203+229+107=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE56B is #341A94. Grayscale: #CFCFCF. Windows color (decimal): -3414677 or 7071179. OLE color: 7071179.

HSL color Cylindrical-coordinate representation of color #CBE56B: hue angle of 72.79º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBE56B is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 107 -
CMYK 0.11 0 0.53 0.10
HSL 72.79º 0.7% 0.66% -
HSV(B) 72.79º 0.53% 0.9% -
XYZ 55.3 69.8 24.47 -
YUV 207.32 71.39 124.92 -
System Red Green Blue C M Y K H S L
Decimal 203 229 107 0.11 0 0.53 0.10 72.79 0.7 0.66
Hex CB E5 6B B 0 35 A 49 46 42
Octal 313 345 153 13 0 65 12 111 106 102
Binary 11001011 11100101 1101011 1011 0 110101 1010 1001001 1000110 1000010

Color Harmonies of #CBE56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE56B

Black with #CBE56B

Text Example


Text Example

White with #CBE56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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