Html Css Color HEX #D2F93C Pear

📋 copy color: '#D2F93C'

red 210 ◦ green 249 ◦ blue 60

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

Shades of Pear #D2F93C

Tints of Pear #D2F93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.56%

R = 40.46%
G = 47.98%
B = 11.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#D2F93C (or 0xD2F93C) is known color: Pear. HEX triplet: D2, F9 and 3C. RGB value is (210,249,60). Sum of RGB (Red+Green+Blue) = 210+249+60=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F93C is #2D06C3. Grayscale: #D8D8D8. Windows color (decimal): -2950852 or 3996114. OLE color: 3996114.

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

Color convert

RGB 210 249 60 -
CMYK 0.16 0 0.76 0.02
HSL 72.38º 0.94% 0.61% -
HSV(B) 72.38º 0.76% 0.98% -
XYZ 61.27 81.78 16.83 -
YUV 215.79 40.08 123.87 -
System Red Green Blue C M Y K H S L
Decimal 210 249 60 0.16 0 0.76 0.02 72.38 0.94 0.61
Hex D2 F9 3C 10 0 4C 2 48 5E 3D
Octal 322 371 74 20 0 114 2 110 136 75
Binary 11010010 11111001 111100 10000 0 1001100 10 1001000 1011110 111101

Color Harmonies of #D2F93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F93C

Black with #D2F93C

Text Example


Text Example

White with #D2F93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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