Html Css Color HEX #D2FA41 Pear

📋 copy color: '#D2FA41'

red 210 ◦ green 250 ◦ blue 65

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

Shades of Pear #D2FA41

Tints of Pear #D2FA41

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.62%

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

R = 40%
G = 47.62%
B = 12.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#D2FA41 (or 0xD2FA41) is known color: Pear. HEX triplet: D2, FA and 41. RGB value is (210,250,65). Sum of RGB (Red+Green+Blue) = 210+250+65=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FA41 is #2D05BE. Grayscale: #D9D9D9. Windows color (decimal): -2950591 or 4324050. OLE color: 4324050.

HSL color Cylindrical-coordinate representation of color #D2FA41: hue angle of 72.97º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2FA41 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 250 65 -
CMYK 0.16 0 0.74 0.02
HSL 72.97º 0.95% 0.62% -
HSV(B) 72.97º 0.74% 0.98% -
XYZ 61.72 82.45 17.66 -
YUV 216.95 42.25 123.04 -
System Red Green Blue C M Y K H S L
Decimal 210 250 65 0.16 0 0.74 0.02 72.97 0.95 0.62
Hex D2 FA 41 10 0 4A 2 49 5F 3E
Octal 322 372 101 20 0 112 2 111 137 76
Binary 11010010 11111010 1000001 10000 0 1001010 10 1001001 1011111 111110

Color Harmonies of #D2FA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA41

Black with #D2FA41

Text Example


Text Example

White with #D2FA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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