Html Css Color HEX #CBF530 Pear

📋 copy color: '#CBF530'

red 203 ◦ green 245 ◦ blue 48

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

Shades of Pear #CBF530

Tints of Pear #CBF530

RGB

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

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

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

R = 40.93%
G = 49.4%
B = 9.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#CBF530 (or 0xCBF530) is known color: Pear. HEX triplet: CB, F5 and 30. RGB value is (203,245,48). Sum of RGB (Red+Green+Blue) = 203+245+48=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF530 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF530 is #340ACF. Grayscale: #D2D2D2. Windows color (decimal): -3410640 or 3208651. OLE color: 3208651.

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

Color convert

RGB 203 245 48 -
CMYK 0.17 0 0.80 0.04
HSL 72.79º 0.91% 0.57% -
HSV(B) 72.79º 0.8% 0.96% -
XYZ 57.81 78.21 14.85 -
YUV 209.98 36.59 123.02 -
System Red Green Blue C M Y K H S L
Decimal 203 245 48 0.17 0 0.80 0.04 72.79 0.91 0.57
Hex CB F5 30 11 0 50 4 49 5B 39
Octal 313 365 60 21 0 120 4 111 133 71
Binary 11001011 11110101 110000 10001 0 1010000 100 1001001 1011011 111001

Color Harmonies of #CBF530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF530

Black with #CBF530

Text Example


Text Example

White with #CBF530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF530; }

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

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

background-color css

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

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

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

border-color css

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

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

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