Html Css Color HEX #D2F93F Pear

📋 copy color: '#D2F93F'

red 210 ◦ green 249 ◦ blue 63

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

Shades of Pear #D2F93F

Tints of Pear #D2F93F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.7%

 BLUE value IS 63 (25% from 255) = 12.07%

R = 40.23%
G = 47.7%
B = 12.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#D2F93F (or 0xD2F93F) is known color: Pear. HEX triplet: D2, F9 and 3F. RGB value is (210,249,63). Sum of RGB (Red+Green+Blue) = 210+249+63=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F93F is #2D06C0. Grayscale: #D8D8D8. Windows color (decimal): -2950849 or 4192722. OLE color: 4192722.

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

Color convert

RGB 210 249 63 -
CMYK 0.16 0 0.75 0.02
HSL 72.58º 0.94% 0.61% -
HSV(B) 72.58º 0.75% 0.98% -
XYZ 61.35 81.81 17.26 -
YUV 216.14 41.58 123.62 -
System Red Green Blue C M Y K H S L
Decimal 210 249 63 0.16 0 0.75 0.02 72.58 0.94 0.61
Hex D2 F9 3F 10 0 4B 2 49 5E 3D
Octal 322 371 77 20 0 113 2 111 136 75
Binary 11010010 11111001 111111 10000 0 1001011 10 1001001 1011110 111101

Color Harmonies of #D2F93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F93F

Black with #D2F93F

Text Example


Text Example

White with #D2F93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F93F; }

 p { color: rgb(210,249,63); }

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

background-color css

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

 a { background-color: rgb(210,249,63); }

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

border-color css

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

 span { border-color: rgb(210,249,63); }

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