Html Css Color HEX #CBE221 Pear

📋 copy color: '#CBE221'

red 203 ◦ green 226 ◦ blue 33

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

Shades of Pear #CBE221

Tints of Pear #CBE221

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.92%

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

R = 43.94%
G = 48.92%
B = 7.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#CBE221 (or 0xCBE221) is known color: Pear. HEX triplet: CB, E2 and 21. RGB value is (203,226,33). Sum of RGB (Red+Green+Blue) = 203+226+33=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE221 is #341DDE. Grayscale: #C5C5C5. Windows color (decimal): -3415519 or 2220747. OLE color: 2220747.

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

Color convert

RGB 203 226 33 -
CMYK 0.10 0 0.85 0.11
HSL 67.15º 0.77% 0.51% -
HSV(B) 67.15º 0.85% 0.89% -
XYZ 52.1 67.2 11.66 -
YUV 197.12 35.38 132.19 -
System Red Green Blue C M Y K H S L
Decimal 203 226 33 0.10 0 0.85 0.11 67.15 0.77 0.51
Hex CB E2 21 A 0 55 B 43 4D 33
Octal 313 342 41 12 0 125 13 103 115 63
Binary 11001011 11100010 100001 1010 0 1010101 1011 1000011 1001101 110011

Color Harmonies of #CBE221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE221

Black with #CBE221

Text Example


Text Example

White with #CBE221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE221; }

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

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

background-color css

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

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

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

border-color css

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

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

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