Html Css Color HEX #D0F028 Pear

📋 copy color: '#D0F028'

red 208 ◦ green 240 ◦ blue 40

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

Shades of Pear #D0F028

Tints of Pear #D0F028

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.18%

 BLUE value IS 40 (16.02% from 255) = 8.2%

R = 42.62%
G = 49.18%
B = 8.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#D0F028 (or 0xD0F028) is known color: Pear. HEX triplet: D0, F0 and 28. RGB value is (208,240,40). Sum of RGB (Red+Green+Blue) = 208+240+40=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F028 is #2F0FD7. Grayscale: #D0D0D0. Windows color (decimal): -3084248 or 2683088. OLE color: 2683088.

HSL color Cylindrical-coordinate representation of color #D0F028: hue angle of 69.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0F028 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 240 40 -
CMYK 0.13 0 0.83 0.06
HSL 69.6º 0.87% 0.55% -
HSV(B) 69.6º 0.83% 0.94% -
XYZ 57.56 75.88 13.62 -
YUV 207.63 33.4 128.26 -
System Red Green Blue C M Y K H S L
Decimal 208 240 40 0.13 0 0.83 0.06 69.6 0.87 0.55
Hex D0 F0 28 D 0 53 6 46 57 37
Octal 320 360 50 15 0 123 6 106 127 67
Binary 11010000 11110000 101000 1101 0 1010011 110 1000110 1010111 110111

Color Harmonies of #D0F028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F028

Black with #D0F028

Text Example


Text Example

White with #D0F028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F028; }

 p { color: rgb(208,240,40); }

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

background-color css

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

 a { background-color: rgb(208,240,40); }

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

border-color css

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

 span { border-color: rgb(208,240,40); }

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