Html Css Color HEX #CBF520 Pear

📋 copy color: '#CBF520'

red 203 ◦ green 245 ◦ blue 32

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

Shades of Pear #CBF520

Tints of Pear #CBF520

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.04%

 BLUE value IS 32 (12.89% from 255) = 6.67%

R = 42.29%
G = 51.04%
B = 6.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#CBF520 (or 0xCBF520) is known color: Pear. HEX triplet: CB, F5 and 20. RGB value is (203,245,32). Sum of RGB (Red+Green+Blue) = 203+245+32=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF520 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF520 is #340ADF. Grayscale: #D0D0D0. Windows color (decimal): -3410656 or 2160075. OLE color: 2160075.

HSL color Cylindrical-coordinate representation of color #CBF520: hue angle of 71.83º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBF520 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 32 -
CMYK 0.17 0 0.87 0.04
HSL 71.83º 0.91% 0.54% -
HSV(B) 71.83º 0.87% 0.96% -
XYZ 57.54 78.11 13.41 -
YUV 208.16 28.59 124.32 -
System Red Green Blue C M Y K H S L
Decimal 203 245 32 0.17 0 0.87 0.04 71.83 0.91 0.54
Hex CB F5 20 11 0 57 4 48 5B 36
Octal 313 365 40 21 0 127 4 110 133 66
Binary 11001011 11110101 100000 10001 0 1010111 100 1001000 1011011 110110

Color Harmonies of #CBF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF520

Black with #CBF520

Text Example


Text Example

White with #CBF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF520; }

 p { color: rgb(203,245,32); }

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

background-color css

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

 a { background-color: rgb(203,245,32); }

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

border-color css

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

 span { border-color: rgb(203,245,32); }

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