Html Css Color HEX #CBE030 Pear

📋 copy color: '#CBE030'

red 203 ◦ green 224 ◦ blue 48

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

Shades of Pear #CBE030

Tints of Pear #CBE030

RGB

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

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

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

R = 42.74%
G = 47.16%
B = 10.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#CBE030 (or 0xCBE030) is known color: Pear. HEX triplet: CB, E0 and 30. RGB value is (203,224,48). Sum of RGB (Red+Green+Blue) = 203+224+48=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE030 is #341FCF. Grayscale: #C6C6C6. Windows color (decimal): -3416016 or 3203275. OLE color: 3203275.

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

Color convert

RGB 203 224 48 -
CMYK 0.09 0 0.79 0.12
HSL 67.16º 0.74% 0.53% -
HSV(B) 67.16º 0.79% 0.88% -
XYZ 51.82 66.22 12.85 -
YUV 197.66 43.54 131.81 -
System Red Green Blue C M Y K H S L
Decimal 203 224 48 0.09 0 0.79 0.12 67.16 0.74 0.53
Hex CB E0 30 9 0 4F C 43 4A 35
Octal 313 340 60 11 0 117 14 103 112 65
Binary 11001011 11100000 110000 1001 0 1001111 1100 1000011 1001010 110101

Color Harmonies of #CBE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE030

Black with #CBE030

Text Example


Text Example

White with #CBE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE030; }

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

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

background-color css

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

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

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

border-color css

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

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

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