Html Css Color HEX #CBE46C Mindaro

📋 copy color: '#CBE46C'

red 203 ◦ green 228 ◦ blue 108

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

Shades of Mindaro #CBE46C

Tints of Mindaro #CBE46C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.3%

 BLUE value IS 108 (42.58% from 255) = 20.04%

R = 37.66%
G = 42.3%
B = 20.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#CBE46C (or 0xCBE46C) is known color: Mindaro. HEX triplet: CB, E4 and 6C. RGB value is (203,228,108). Sum of RGB (Red+Green+Blue) = 203+228+108=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE46C is #341B93. Grayscale: #CFCFCF. Windows color (decimal): -3414932 or 7136459. OLE color: 7136459.

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

Color convert

RGB 203 228 108 -
CMYK 0.11 0 0.53 0.11
HSL 72.5º 0.69% 0.66% -
HSV(B) 72.5º 0.53% 0.89% -
XYZ 55.08 69.27 24.65 -
YUV 206.85 72.22 125.26 -
System Red Green Blue C M Y K H S L
Decimal 203 228 108 0.11 0 0.53 0.11 72.5 0.69 0.66
Hex CB E4 6C B 0 35 B 48 45 42
Octal 313 344 154 13 0 65 13 110 105 102
Binary 11001011 11100100 1101100 1011 0 110101 1011 1001000 1000101 1000010

Color Harmonies of #CBE46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE46C

Black with #CBE46C

Text Example


Text Example

White with #CBE46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE46C; }

 p { color: rgb(203,228,108); }

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

background-color css

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

 a { background-color: rgb(203,228,108); }

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

border-color css

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

 span { border-color: rgb(203,228,108); }

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