Html Css Color HEX #D0F441 Pear

📋 copy color: '#D0F441'

red 208 ◦ green 244 ◦ blue 65

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

Shades of Pear #D0F441

Tints of Pear #D0F441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.57%

R = 40.23%
G = 47.2%
B = 12.57%

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

#D0F441 (or 0xD0F441) is known color: Pear. HEX triplet: D0, F4 and 41. RGB value is (208,244,65). Sum of RGB (Red+Green+Blue) = 208+244+65=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F441 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F441 is #2F0BBE. Grayscale: #D5D5D5. Windows color (decimal): -3083199 or 4322512. OLE color: 4322512.

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

Color convert

RGB 208 244 65 -
CMYK 0.15 0 0.73 0.04
HSL 72.07º 0.89% 0.61% -
HSV(B) 72.07º 0.73% 0.96% -
XYZ 59.32 78.49 17.03 -
YUV 212.83 44.57 124.55 -
System Red Green Blue C M Y K H S L
Decimal 208 244 65 0.15 0 0.73 0.04 72.07 0.89 0.61
Hex D0 F4 41 F 0 49 4 48 59 3D
Octal 320 364 101 17 0 111 4 110 131 75
Binary 11010000 11110100 1000001 1111 0 1001001 100 1001000 1011001 111101

Color Harmonies of #D0F441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F441

Black with #D0F441

Text Example


Text Example

White with #D0F441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F441; }

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

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

background-color css

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

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

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

border-color css

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

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

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