Html Css Color HEX #D0F128 Pear

📋 copy color: '#D0F128'

red 208 ◦ green 241 ◦ blue 40

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

Shades of Pear #D0F128

Tints of Pear #D0F128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.28%

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

R = 42.54%
G = 49.28%
B = 8.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#D0F128 (or 0xD0F128) is known color: Pear. HEX triplet: D0, F1 and 28. RGB value is (208,241,40). Sum of RGB (Red+Green+Blue) = 208+241+40=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F128 is #2F0ED7. Grayscale: #D0D0D0. Windows color (decimal): -3083992 or 2683344. OLE color: 2683344.

HSL color Cylindrical-coordinate representation of color #D0F128: hue angle of 69.85º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0F128 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 40 -
CMYK 0.14 0 0.83 0.05
HSL 69.85º 0.88% 0.55% -
HSV(B) 69.85º 0.83% 0.95% -
XYZ 57.85 76.47 13.72 -
YUV 208.22 33.07 127.84 -
System Red Green Blue C M Y K H S L
Decimal 208 241 40 0.14 0 0.83 0.05 69.85 0.88 0.55
Hex D0 F1 28 E 0 53 5 46 58 37
Octal 320 361 50 16 0 123 5 106 130 67
Binary 11010000 11110001 101000 1110 0 1010011 101 1000110 1011000 110111

Color Harmonies of #D0F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F128

Black with #D0F128

Text Example


Text Example

White with #D0F128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F128; }

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

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

background-color css

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

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

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

border-color css

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

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

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