Html Css Color HEX #CBE520 Pear

📋 copy color: '#CBE520'

red 203 ◦ green 229 ◦ blue 32

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

Shades of Pear #CBE520

Tints of Pear #CBE520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.35%

 BLUE value IS 32 (12.89% from 255) = 6.9%

R = 43.75%
G = 49.35%
B = 6.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#CBE520 (or 0xCBE520) is known color: Pear. HEX triplet: CB, E5 and 20. RGB value is (203,229,32). Sum of RGB (Red+Green+Blue) = 203+229+32=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE520 is #341ADF. Grayscale: #C7C7C7. Windows color (decimal): -3414752 or 2155979. OLE color: 2155979.

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

Color convert

RGB 203 229 32 -
CMYK 0.11 0 0.86 0.10
HSL 67.92º 0.79% 0.51% -
HSV(B) 67.92º 0.86% 0.9% -
XYZ 52.91 68.84 11.87 -
YUV 198.77 33.89 131.02 -
System Red Green Blue C M Y K H S L
Decimal 203 229 32 0.11 0 0.86 0.10 67.92 0.79 0.51
Hex CB E5 20 B 0 56 A 44 4F 33
Octal 313 345 40 13 0 126 12 104 117 63
Binary 11001011 11100101 100000 1011 0 1010110 1010 1000100 1001111 110011

Color Harmonies of #CBE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE520

Black with #CBE520

Text Example


Text Example

White with #CBE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE520; }

 p { color: rgb(203,229,32); }

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

background-color css

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

 a { background-color: rgb(203,229,32); }

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

border-color css

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

 span { border-color: rgb(203,229,32); }

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