Html Css Color HEX #CFF530 Pear

📋 copy color: '#CFF530'

red 207 ◦ green 245 ◦ blue 48

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

Shades of Pear #CFF530

Tints of Pear #CFF530

RGB

 RED value IS 207 (81.25% from 255) = 41.4%

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

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

R = 41.4%
G = 49%
B = 9.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#CFF530 (or 0xCFF530) is known color: Pear. HEX triplet: CF, F5 and 30. RGB value is (207,245,48). Sum of RGB (Red+Green+Blue) = 207+245+48=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF530 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF530 is #300ACF. Grayscale: #D3D3D3. Windows color (decimal): -3148496 or 3208655. OLE color: 3208655.

HSL color Cylindrical-coordinate representation of color #CFF530: hue angle of 71.57º 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 #CFF530 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 48 -
CMYK 0.16 0 0.80 0.04
HSL 71.57º 0.91% 0.57% -
HSV(B) 71.57º 0.8% 0.96% -
XYZ 58.92 78.78 14.9 -
YUV 211.18 35.91 125.02 -
System Red Green Blue C M Y K H S L
Decimal 207 245 48 0.16 0 0.80 0.04 71.57 0.91 0.57
Hex CF F5 30 10 0 50 4 48 5B 39
Octal 317 365 60 20 0 120 4 110 133 71
Binary 11001111 11110101 110000 10000 0 1010000 100 1001000 1011011 111001

Color Harmonies of #CFF530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF530

Black with #CFF530

Text Example


Text Example

White with #CFF530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF530; }

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

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

background-color css

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

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

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

border-color css

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

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

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