Html Css Color HEX #CBE373 Mindaro

📋 copy color: '#CBE373'

red 203 ◦ green 227 ◦ blue 115

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

Shades of Mindaro #CBE373

Tints of Mindaro #CBE373

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.65%

 BLUE value IS 115 (45.31% from 255) = 21.1%

R = 37.25%
G = 41.65%
B = 21.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#CBE373 (or 0xCBE373) is known color: Mindaro. HEX triplet: CB, E3 and 73. RGB value is (203,227,115). Sum of RGB (Red+Green+Blue) = 203+227+115=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE373 is #341C8C. Grayscale: #CFCFCF. Windows color (decimal): -3415181 or 7594955. OLE color: 7594955.

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

Color convert

RGB 203 227 115 -
CMYK 0.11 0 0.49 0.11
HSL 72.86º 0.67% 0.67% -
HSV(B) 72.86º 0.49% 0.89% -
XYZ 55.19 68.87 26.6 -
YUV 207.06 76.05 125.11 -
System Red Green Blue C M Y K H S L
Decimal 203 227 115 0.11 0 0.49 0.11 72.86 0.67 0.67
Hex CB E3 73 B 0 31 B 49 43 43
Octal 313 343 163 13 0 61 13 111 103 103
Binary 11001011 11100011 1110011 1011 0 110001 1011 1001001 1000011 1000011

Color Harmonies of #CBE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE373

Black with #CBE373

Text Example


Text Example

White with #CBE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE373; }

 p { color: rgb(203,227,115); }

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

background-color css

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

 a { background-color: rgb(203,227,115); }

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

border-color css

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

 span { border-color: rgb(203,227,115); }

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