Html Css Color HEX #CBE131 Pear

📋 copy color: '#CBE131'

red 203 ◦ green 225 ◦ blue 49

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

Shades of Pear #CBE131

Tints of Pear #CBE131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.27%

R = 42.56%
G = 47.17%
B = 10.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#CBE131 (or 0xCBE131) is known color: Pear. HEX triplet: CB, E1 and 31. RGB value is (203,225,49). Sum of RGB (Red+Green+Blue) = 203+225+49=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE131 is #341ECE. Grayscale: #C7C7C7. Windows color (decimal): -3415759 or 3269067. OLE color: 3269067.

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

Color convert

RGB 203 225 49 -
CMYK 0.10 0 0.78 0.12
HSL 67.5º 0.75% 0.54% -
HSV(B) 67.5º 0.78% 0.88% -
XYZ 52.11 66.77 13.05 -
YUV 198.36 43.71 131.31 -
System Red Green Blue C M Y K H S L
Decimal 203 225 49 0.10 0 0.78 0.12 67.5 0.75 0.54
Hex CB E1 31 A 0 4E C 44 4B 36
Octal 313 341 61 12 0 116 14 104 113 66
Binary 11001011 11100001 110001 1010 0 1001110 1100 1000100 1001011 110110

Color Harmonies of #CBE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE131

Black with #CBE131

Text Example


Text Example

White with #CBE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE131; }

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

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

background-color css

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

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

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

border-color css

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

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

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