Html Css Color HEX #CBE529 Pear

📋 copy color: '#CBE529'

red 203 ◦ green 229 ◦ blue 41

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

Shades of Pear #CBE529

Tints of Pear #CBE529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.67%

R = 42.92%
G = 48.41%
B = 8.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#CBE529 (or 0xCBE529) is known color: Pear. HEX triplet: CB, E5 and 29. RGB value is (203,229,41). Sum of RGB (Red+Green+Blue) = 203+229+41=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE529 is #341AD6. Grayscale: #C8C8C8. Windows color (decimal): -3414743 or 2745803. OLE color: 2745803.

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

Color convert

RGB 203 229 41 -
CMYK 0.11 0 0.82 0.10
HSL 68.3º 0.78% 0.53% -
HSV(B) 68.3º 0.82% 0.9% -
XYZ 53.05 68.9 12.6 -
YUV 199.79 38.39 130.29 -
System Red Green Blue C M Y K H S L
Decimal 203 229 41 0.11 0 0.82 0.10 68.3 0.78 0.53
Hex CB E5 29 B 0 52 A 44 4E 35
Octal 313 345 51 13 0 122 12 104 116 65
Binary 11001011 11100101 101001 1011 0 1010010 1010 1000100 1001110 110101

Color Harmonies of #CBE529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE529

Black with #CBE529

Text Example


Text Example

White with #CBE529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE529; }

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

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

background-color css

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

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

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

border-color css

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

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

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