Html Css Color HEX #CBE471 Mindaro

📋 copy color: '#CBE471'

red 203 ◦ green 228 ◦ blue 113

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

Shades of Mindaro #CBE471

Tints of Mindaro #CBE471

RGB

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

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

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

R = 37.32%
G = 41.91%
B = 20.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#CBE471 (or 0xCBE471) is known color: Mindaro. HEX triplet: CB, E4 and 71. RGB value is (203,228,113). Sum of RGB (Red+Green+Blue) = 203+228+113=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE471 is #341B8E. Grayscale: #CFCFCF. Windows color (decimal): -3414927 or 7464139. OLE color: 7464139.

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

Color convert

RGB 203 228 113 -
CMYK 0.11 0 0.50 0.11
HSL 73.04º 0.68% 0.67% -
HSV(B) 73.04º 0.5% 0.89% -
XYZ 55.35 69.38 26.1 -
YUV 207.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 203 228 113 0.11 0 0.50 0.11 73.04 0.68 0.67
Hex CB E4 71 B 0 32 B 49 44 43
Octal 313 344 161 13 0 62 13 111 104 103
Binary 11001011 11100100 1110001 1011 0 110010 1011 1001001 1000100 1000011

Color Harmonies of #CBE471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE471

Black with #CBE471

Text Example


Text Example

White with #CBE471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE471; }

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

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

background-color css

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

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

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

border-color css

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

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

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