Html Css Color HEX #D0F53C Pear

📋 copy color: '#D0F53C'

red 208 ◦ green 245 ◦ blue 60

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

Shades of Pear #D0F53C

Tints of Pear #D0F53C

RGB

 RED value IS 208 (81.64% from 255) = 40.55%

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

 BLUE value IS 60 (23.83% from 255) = 11.7%

R = 40.55%
G = 47.76%
B = 11.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#D0F53C (or 0xD0F53C) is known color: Pear. HEX triplet: D0, F5 and 3C. RGB value is (208,245,60). Sum of RGB (Red+Green+Blue) = 208+245+60=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 60 (23.83% from 255 or 11.70% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F53C is #2F0AC3. Grayscale: #D5D5D5. Windows color (decimal): -3082948 or 3995088. OLE color: 3995088.

HSL color Cylindrical-coordinate representation of color #D0F53C: hue angle of 72º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0F53C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 245 60 -
CMYK 0.15 0 0.76 0.04
HSL 72º 0.9% 0.6% -
HSV(B) 72º 0.76% 0.96% -
XYZ 59.48 79.04 16.4 -
YUV 212.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 208 245 60 0.15 0 0.76 0.04 72 0.9 0.6
Hex D0 F5 3C F 0 4C 4 48 5A 3C
Octal 320 365 74 17 0 114 4 110 132 74
Binary 11010000 11110101 111100 1111 0 1001100 100 1001000 1011010 111100

Color Harmonies of #D0F53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F53C

Black with #D0F53C

Text Example


Text Example

White with #D0F53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F53C; }

 p { color: rgb(208,245,60); }

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

background-color css

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

 a { background-color: rgb(208,245,60); }

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

border-color css

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

 span { border-color: rgb(208,245,60); }

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