Html Css Color HEX #CBE135 Pear

📋 copy color: '#CBE135'

red 203 ◦ green 225 ◦ blue 53

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

Shades of Pear #CBE135

Tints of Pear #CBE135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.02%

R = 42.2%
G = 46.78%
B = 11.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#CBE135 (or 0xCBE135) is known color: Pear. HEX triplet: CB, E1 and 35. RGB value is (203,225,53). Sum of RGB (Red+Green+Blue) = 203+225+53=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 53 (21.09% from 255 or 11.02% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE135 is #341ECA. Grayscale: #C7C7C7. Windows color (decimal): -3415755 or 3531211. OLE color: 3531211.

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

Color convert

RGB 203 225 53 -
CMYK 0.10 0 0.76 0.12
HSL 67.67º 0.74% 0.55% -
HSV(B) 67.67º 0.76% 0.88% -
XYZ 52.2 66.8 13.51 -
YUV 198.81 45.71 130.99 -
System Red Green Blue C M Y K H S L
Decimal 203 225 53 0.10 0 0.76 0.12 67.67 0.74 0.55
Hex CB E1 35 A 0 4C C 44 4A 37
Octal 313 341 65 12 0 114 14 104 112 67
Binary 11001011 11100001 110101 1010 0 1001100 1100 1000100 1001010 110111

Color Harmonies of #CBE135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE135

Black with #CBE135

Text Example


Text Example

White with #CBE135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE135; }

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

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

background-color css

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

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

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

border-color css

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

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

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