Html Css Color HEX #CBE031 Pear

📋 copy color: '#CBE031'

red 203 ◦ green 224 ◦ blue 49

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

Shades of Pear #CBE031

Tints of Pear #CBE031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.29%

R = 42.65%
G = 47.06%
B = 10.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#CBE031 (or 0xCBE031) is known color: Pear. HEX triplet: CB, E0 and 31. RGB value is (203,224,49). Sum of RGB (Red+Green+Blue) = 203+224+49=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE031 is #341FCE. Grayscale: #C6C6C6. Windows color (decimal): -3416015 or 3268811. OLE color: 3268811.

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

Color convert

RGB 203 224 49 -
CMYK 0.09 0 0.78 0.12
HSL 67.2º 0.74% 0.54% -
HSV(B) 67.2º 0.78% 0.88% -
XYZ 51.84 66.23 12.96 -
YUV 197.77 44.04 131.73 -
System Red Green Blue C M Y K H S L
Decimal 203 224 49 0.09 0 0.78 0.12 67.2 0.74 0.54
Hex CB E0 31 9 0 4E C 43 4A 36
Octal 313 340 61 11 0 116 14 103 112 66
Binary 11001011 11100000 110001 1001 0 1001110 1100 1000011 1001010 110110

Color Harmonies of #CBE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE031

Black with #CBE031

Text Example


Text Example

White with #CBE031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE031; }

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

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

background-color css

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

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

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

border-color css

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

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

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