Html Css Color HEX #CBE173 Mindaro

📋 copy color: '#CBE173'

red 203 ◦ green 225 ◦ blue 115

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

Shades of Mindaro #CBE173

Tints of Mindaro #CBE173

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.44%

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

R = 37.38%
G = 41.44%
B = 21.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#CBE173 (or 0xCBE173) is known color: Mindaro. HEX triplet: CB, E1 and 73. RGB value is (203,225,115). Sum of RGB (Red+Green+Blue) = 203+225+115=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE173 is #341E8C. Grayscale: #CECECE. Windows color (decimal): -3415693 or 7594443. OLE color: 7594443.

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

Color convert

RGB 203 225 115 -
CMYK 0.10 0 0.49 0.12
HSL 72º 0.65% 0.67% -
HSV(B) 72º 0.49% 0.88% -
XYZ 54.65 67.78 26.42 -
YUV 205.88 76.71 125.94 -
System Red Green Blue C M Y K H S L
Decimal 203 225 115 0.10 0 0.49 0.12 72 0.65 0.67
Hex CB E1 73 A 0 31 C 48 41 43
Octal 313 341 163 12 0 61 14 110 101 103
Binary 11001011 11100001 1110011 1010 0 110001 1100 1001000 1000001 1000011

Color Harmonies of #CBE173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE173

Black with #CBE173

Text Example


Text Example

White with #CBE173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE173; }

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

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

background-color css

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

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

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

border-color css

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

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

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