Html Css Color HEX #D3F93C Pear

📋 copy color: '#D3F93C'

red 211 ◦ green 249 ◦ blue 60

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

Shades of Pear #D3F93C

Tints of Pear #D3F93C

RGB

 RED value IS 211 (82.81% from 255) = 40.58%

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

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

R = 40.58%
G = 47.88%
B = 11.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#D3F93C (or 0xD3F93C) is known color: Pear. HEX triplet: D3, F9 and 3C. RGB value is (211,249,60). Sum of RGB (Red+Green+Blue) = 211+249+60=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F93C is #2C06C3. Grayscale: #D8D8D8. Windows color (decimal): -2885316 or 3996115. OLE color: 3996115.

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

Color convert

RGB 211 249 60 -
CMYK 0.15 0 0.76 0.02
HSL 72.06º 0.94% 0.61% -
HSV(B) 72.06º 0.76% 0.98% -
XYZ 61.56 81.93 16.84 -
YUV 216.09 39.91 124.37 -
System Red Green Blue C M Y K H S L
Decimal 211 249 60 0.15 0 0.76 0.02 72.06 0.94 0.61
Hex D3 F9 3C F 0 4C 2 48 5E 3D
Octal 323 371 74 17 0 114 2 110 136 75
Binary 11010011 11111001 111100 1111 0 1001100 10 1001000 1011110 111101

Color Harmonies of #D3F93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F93C

Black with #D3F93C

Text Example


Text Example

White with #D3F93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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