Html Css Color HEX #CBE534 Pear

📋 copy color: '#CBE534'

red 203 ◦ green 229 ◦ blue 52

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

Shades of Pear #CBE534

Tints of Pear #CBE534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.74%

R = 41.94%
G = 47.31%
B = 10.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#CBE534 (or 0xCBE534) is known color: Pear. HEX triplet: CB, E5 and 34. RGB value is (203,229,52). Sum of RGB (Red+Green+Blue) = 203+229+52=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE534 is #341ACB. Grayscale: #C9C9C9. Windows color (decimal): -3414732 or 3466699. OLE color: 3466699.

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

Color convert

RGB 203 229 52 -
CMYK 0.11 0 0.77 0.10
HSL 68.81º 0.77% 0.55% -
HSV(B) 68.81º 0.77% 0.9% -
XYZ 53.27 68.98 13.76 -
YUV 201.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 203 229 52 0.11 0 0.77 0.10 68.81 0.77 0.55
Hex CB E5 34 B 0 4D A 45 4D 37
Octal 313 345 64 13 0 115 12 105 115 67
Binary 11001011 11100101 110100 1011 0 1001101 1010 1000101 1001101 110111

Color Harmonies of #CBE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE534

Black with #CBE534

Text Example


Text Example

White with #CBE534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE534; }

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

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

background-color css

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

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

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

border-color css

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

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

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