Html Css Color HEX #D5F94C Pear

📋 copy color: '#D5F94C'

red 213 ◦ green 249 ◦ blue 76

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

Shades of Pear #D5F94C

Tints of Pear #D5F94C

RGB

 RED value IS 213 (83.59% from 255) = 39.59%

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

 BLUE value IS 76 (30.08% from 255) = 14.13%

R = 39.59%
G = 46.28%
B = 14.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#D5F94C (or 0xD5F94C) is known color: Pear. HEX triplet: D5, F9 and 4C. RGB value is (213,249,76). Sum of RGB (Red+Green+Blue) = 213+249+76=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F94C is #2A06B3. Grayscale: #DBDBDB. Windows color (decimal): -2754228 or 5044693. OLE color: 5044693.

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

Color convert

RGB 213 249 76 -
CMYK 0.14 0 0.69 0.02
HSL 72.49º 0.94% 0.64% -
HSV(B) 72.49º 0.69% 0.98% -
XYZ 62.62 82.42 19.45 -
YUV 218.51 47.57 124.07 -
System Red Green Blue C M Y K H S L
Decimal 213 249 76 0.14 0 0.69 0.02 72.49 0.94 0.64
Hex D5 F9 4C E 0 45 2 48 5E 40
Octal 325 371 114 16 0 105 2 110 136 100
Binary 11010101 11111001 1001100 1110 0 1000101 10 1001000 1011110 1000000

Color Harmonies of #D5F94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F94C

Black with #D5F94C

Text Example


Text Example

White with #D5F94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F94C; }

 p { color: rgb(213,249,76); }

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

background-color css

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

 a { background-color: rgb(213,249,76); }

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

border-color css

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

 span { border-color: rgb(213,249,76); }

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