Html Css Color HEX #D2F441 Pear

📋 copy color: '#D2F441'

red 210 ◦ green 244 ◦ blue 65

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

Shades of Pear #D2F441

Tints of Pear #D2F441

RGB

 RED value IS 210 (82.42% from 255) = 40.46%

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

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

R = 40.46%
G = 47.01%
B = 12.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#D2F441 (or 0xD2F441) is known color: Pear. HEX triplet: D2, F4 and 41. RGB value is (210,244,65). Sum of RGB (Red+Green+Blue) = 210+244+65=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F441 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F441 is #2D0BBE. Grayscale: #D6D6D6. Windows color (decimal): -2952127 or 4322514. OLE color: 4322514.

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

Color convert

RGB 210 244 65 -
CMYK 0.14 0 0.73 0.04
HSL 71.4º 0.89% 0.61% -
HSV(B) 71.4º 0.73% 0.96% -
XYZ 59.88 78.78 17.05 -
YUV 213.43 44.24 125.55 -
System Red Green Blue C M Y K H S L
Decimal 210 244 65 0.14 0 0.73 0.04 71.4 0.89 0.61
Hex D2 F4 41 E 0 49 4 47 59 3D
Octal 322 364 101 16 0 111 4 107 131 75
Binary 11010010 11110100 1000001 1110 0 1001001 100 1000111 1011001 111101

Color Harmonies of #D2F441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F441

Black with #D2F441

Text Example


Text Example

White with #D2F441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F441; }

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

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

background-color css

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

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

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

border-color css

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

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

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