Html Css Color HEX #CBE515 Pear

📋 copy color: '#CBE515'

red 203 ◦ green 229 ◦ blue 21

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

Shades of Pear #CBE515

Tints of Pear #CBE515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.64%

R = 44.81%
G = 50.55%
B = 4.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#CBE515 (or 0xCBE515) is known color: Pear. HEX triplet: CB, E5 and 15. RGB value is (203,229,21). Sum of RGB (Red+Green+Blue) = 203+229+21=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE515 is #341AEA. Grayscale: #C6C6C6. Windows color (decimal): -3414763 or 1435083. OLE color: 1435083.

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

Color convert

RGB 203 229 21 -
CMYK 0.11 0 0.91 0.10
HSL 67.5º 0.83% 0.49% -
HSV(B) 67.5º 0.91% 0.9% -
XYZ 52.78 68.79 11.21 -
YUV 197.51 28.39 131.91 -
System Red Green Blue C M Y K H S L
Decimal 203 229 21 0.11 0 0.91 0.10 67.5 0.83 0.49
Hex CB E5 15 B 0 5B A 44 53 31
Octal 313 345 25 13 0 133 12 104 123 61
Binary 11001011 11100101 10101 1011 0 1011011 1010 1000100 1010011 110001

Color Harmonies of #CBE515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE515

Black with #CBE515

Text Example


Text Example

White with #CBE515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE515; }

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

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

background-color css

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

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

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

border-color css

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

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

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