Html Css Color HEX #CBE530 Pear

📋 copy color: '#CBE530'

red 203 ◦ green 229 ◦ blue 48

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

Shades of Pear #CBE530

Tints of Pear #CBE530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10%

R = 42.29%
G = 47.71%
B = 10%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#CBE530 (or 0xCBE530) is known color: Pear. HEX triplet: CB, E5 and 30. RGB value is (203,229,48). Sum of RGB (Red+Green+Blue) = 203+229+48=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 48 (19.14% from 255 or 10% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE530 is #341ACF. Grayscale: #C9C9C9. Windows color (decimal): -3414736 or 3204555. OLE color: 3204555.

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

Color convert

RGB 203 229 48 -
CMYK 0.11 0 0.79 0.10
HSL 68.62º 0.78% 0.54% -
HSV(B) 68.62º 0.79% 0.9% -
XYZ 53.18 68.95 13.3 -
YUV 200.59 41.89 129.72 -
System Red Green Blue C M Y K H S L
Decimal 203 229 48 0.11 0 0.79 0.10 68.62 0.78 0.54
Hex CB E5 30 B 0 4F A 45 4E 36
Octal 313 345 60 13 0 117 12 105 116 66
Binary 11001011 11100101 110000 1011 0 1001111 1010 1000101 1001110 110110

Color Harmonies of #CBE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE530

Black with #CBE530

Text Example


Text Example

White with #CBE530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE530; }

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

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

background-color css

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

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

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

border-color css

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

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

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