Html Css Color HEX #D0F442 Pear

📋 copy color: '#D0F442'

red 208 ◦ green 244 ◦ blue 66

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

Shades of Pear #D0F442

Tints of Pear #D0F442

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.1%

 BLUE value IS 66 (26.17% from 255) = 12.74%

R = 40.15%
G = 47.1%
B = 12.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#D0F442 (or 0xD0F442) is known color: Pear. HEX triplet: D0, F4 and 42. RGB value is (208,244,66). Sum of RGB (Red+Green+Blue) = 208+244+66=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F442 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F442 is #2F0BBD. Grayscale: #D5D5D5. Windows color (decimal): -3083198 or 4388048. OLE color: 4388048.

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

Color convert

RGB 208 244 66 -
CMYK 0.15 0 0.73 0.04
HSL 72.13º 0.89% 0.61% -
HSV(B) 72.13º 0.73% 0.96% -
XYZ 59.35 78.5 17.18 -
YUV 212.94 45.07 124.47 -
System Red Green Blue C M Y K H S L
Decimal 208 244 66 0.15 0 0.73 0.04 72.13 0.89 0.61
Hex D0 F4 42 F 0 49 4 48 59 3D
Octal 320 364 102 17 0 111 4 110 131 75
Binary 11010000 11110100 1000010 1111 0 1001001 100 1001000 1011001 111101

Color Harmonies of #D0F442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F442

Black with #D0F442

Text Example


Text Example

White with #D0F442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F442; }

 p { color: rgb(208,244,66); }

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

background-color css

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

 a { background-color: rgb(208,244,66); }

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

border-color css

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

 span { border-color: rgb(208,244,66); }

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