Html Css Color HEX #CBE171 Mindaro

📋 copy color: '#CBE171'

red 203 ◦ green 225 ◦ blue 113

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

Shades of Mindaro #CBE171

Tints of Mindaro #CBE171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.89%

R = 37.52%
G = 41.59%
B = 20.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CBE171 (or 0xCBE171) is known color: Mindaro. HEX triplet: CB, E1 and 71. RGB value is (203,225,113). Sum of RGB (Red+Green+Blue) = 203+225+113=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE171 is #341E8E. Grayscale: #CECECE. Windows color (decimal): -3415695 or 7463371. OLE color: 7463371.

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

Color convert

RGB 203 225 113 -
CMYK 0.10 0 0.50 0.12
HSL 71.79º 0.65% 0.66% -
HSV(B) 71.79º 0.5% 0.88% -
XYZ 54.53 67.74 25.82 -
YUV 205.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 203 225 113 0.10 0 0.50 0.12 71.79 0.65 0.66
Hex CB E1 71 A 0 32 C 48 41 42
Octal 313 341 161 12 0 62 14 110 101 102
Binary 11001011 11100001 1110001 1010 0 110010 1100 1001000 1000001 1000010

Color Harmonies of #CBE171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE171

Black with #CBE171

Text Example


Text Example

White with #CBE171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE171; }

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

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

background-color css

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

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

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

border-color css

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

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

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