Html Css Color HEX #CBE035 Pear

📋 copy color: '#CBE035'

red 203 ◦ green 224 ◦ blue 53

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

Shades of Pear #CBE035

Tints of Pear #CBE035

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

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

R = 42.29%
G = 46.67%
B = 11.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#CBE035 (or 0xCBE035) is known color: Pear. HEX triplet: CB, E0 and 35. RGB value is (203,224,53). Sum of RGB (Red+Green+Blue) = 203+224+53=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 53 (21.09% from 255 or 11.04% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE035 is #341FCA. Grayscale: #C6C6C6. Windows color (decimal): -3416011 or 3530955. OLE color: 3530955.

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

Color convert

RGB 203 224 53 -
CMYK 0.09 0 0.76 0.12
HSL 67.37º 0.73% 0.54% -
HSV(B) 67.37º 0.76% 0.88% -
XYZ 51.93 66.26 13.42 -
YUV 198.23 46.04 131.4 -
System Red Green Blue C M Y K H S L
Decimal 203 224 53 0.09 0 0.76 0.12 67.37 0.73 0.54
Hex CB E0 35 9 0 4C C 43 49 36
Octal 313 340 65 11 0 114 14 103 111 66
Binary 11001011 11100000 110101 1001 0 1001100 1100 1000011 1001001 110110

Color Harmonies of #CBE035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE035

Black with #CBE035

Text Example


Text Example

White with #CBE035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE035; }

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

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

background-color css

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

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

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

border-color css

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

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

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