Html Css Color HEX #CBE415 Pear

📋 copy color: '#CBE415'

red 203 ◦ green 228 ◦ blue 21

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

Shades of Pear #CBE415

Tints of Pear #CBE415

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.44%

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

R = 44.91%
G = 50.44%
B = 4.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#CBE415 (or 0xCBE415) is known color: Pear. HEX triplet: CB, E4 and 15. RGB value is (203,228,21). Sum of RGB (Red+Green+Blue) = 203+228+21=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE415 is #341BEA. Grayscale: #C5C5C5. Windows color (decimal): -3415019 or 1434827. OLE color: 1434827.

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

Color convert

RGB 203 228 21 -
CMYK 0.11 0 0.91 0.11
HSL 67.25º 0.83% 0.49% -
HSV(B) 67.25º 0.91% 0.89% -
XYZ 52.51 68.24 11.11 -
YUV 196.93 28.72 132.33 -
System Red Green Blue C M Y K H S L
Decimal 203 228 21 0.11 0 0.91 0.11 67.25 0.83 0.49
Hex CB E4 15 B 0 5B B 43 53 31
Octal 313 344 25 13 0 133 13 103 123 61
Binary 11001011 11100100 10101 1011 0 1011011 1011 1000011 1010011 110001

Color Harmonies of #CBE415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE415

Black with #CBE415

Text Example


Text Example

White with #CBE415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE415; }

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

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

background-color css

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

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

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

border-color css

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

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

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