Html Css Color HEX #CBE46B Mindaro

📋 copy color: '#CBE46B'

red 203 ◦ green 228 ◦ blue 107

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

Shades of Mindaro #CBE46B

Tints of Mindaro #CBE46B

RGB

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

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

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

R = 37.73%
G = 42.38%
B = 19.89%

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

#CBE46B (or 0xCBE46B) is known color: Mindaro. HEX triplet: CB, E4 and 6B. RGB value is (203,228,107). Sum of RGB (Red+Green+Blue) = 203+228+107=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE46B is #341B94. Grayscale: #CFCFCF. Windows color (decimal): -3414933 or 7070923. OLE color: 7070923.

HSL color Cylindrical-coordinate representation of color #CBE46B: hue angle of 72.4º 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 #CBE46B is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 107 -
CMYK 0.11 0 0.53 0.11
HSL 72.4º 0.69% 0.66% -
HSV(B) 72.4º 0.53% 0.89% -
XYZ 55.03 69.24 24.38 -
YUV 206.73 71.72 125.34 -
System Red Green Blue C M Y K H S L
Decimal 203 228 107 0.11 0 0.53 0.11 72.4 0.69 0.66
Hex CB E4 6B B 0 35 B 48 45 42
Octal 313 344 153 13 0 65 13 110 105 102
Binary 11001011 11100100 1101011 1011 0 110101 1011 1001000 1000101 1000010

Color Harmonies of #CBE46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE46B

Black with #CBE46B

Text Example


Text Example

White with #CBE46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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