Html Css Color HEX #CBE121 Pear

📋 copy color: '#CBE121'

red 203 ◦ green 225 ◦ blue 33

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

Shades of Pear #CBE121

Tints of Pear #CBE121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.16%

R = 44.03%
G = 48.81%
B = 7.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#CBE121 (or 0xCBE121) is known color: Pear. HEX triplet: CB, E1 and 21. RGB value is (203,225,33). Sum of RGB (Red+Green+Blue) = 203+225+33=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE121 is #341EDE. Grayscale: #C5C5C5. Windows color (decimal): -3415775 or 2220491. OLE color: 2220491.

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

Color convert

RGB 203 225 33 -
CMYK 0.10 0 0.85 0.12
HSL 66.87º 0.76% 0.51% -
HSV(B) 66.87º 0.85% 0.88% -
XYZ 51.83 66.66 11.57 -
YUV 196.53 35.71 132.61 -
System Red Green Blue C M Y K H S L
Decimal 203 225 33 0.10 0 0.85 0.12 66.87 0.76 0.51
Hex CB E1 21 A 0 55 C 43 4C 33
Octal 313 341 41 12 0 125 14 103 114 63
Binary 11001011 11100001 100001 1010 0 1010101 1100 1000011 1001100 110011

Color Harmonies of #CBE121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE121

Black with #CBE121

Text Example


Text Example

White with #CBE121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE121; }

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

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

background-color css

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

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

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

border-color css

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

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

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