Html Css Color HEX #D5F944 Pear

📋 copy color: '#D5F944'

red 213 ◦ green 249 ◦ blue 68

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

Shades of Pear #D5F944

Tints of Pear #D5F944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.83%

R = 40.19%
G = 46.98%
B = 12.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#D5F944 (or 0xD5F944) is known color: Pear. HEX triplet: D5, F9 and 44. RGB value is (213,249,68). Sum of RGB (Red+Green+Blue) = 213+249+68=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F944 is #2A06BB. Grayscale: #DADADA. Windows color (decimal): -2754236 or 4520405. OLE color: 4520405.

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

Color convert

RGB 213 249 68 -
CMYK 0.14 0 0.73 0.02
HSL 71.93º 0.94% 0.62% -
HSV(B) 71.93º 0.73% 0.98% -
XYZ 62.36 82.31 18.07 -
YUV 217.6 43.57 124.72 -
System Red Green Blue C M Y K H S L
Decimal 213 249 68 0.14 0 0.73 0.02 71.93 0.94 0.62
Hex D5 F9 44 E 0 49 2 48 5E 3E
Octal 325 371 104 16 0 111 2 110 136 76
Binary 11010101 11111001 1000100 1110 0 1001001 10 1001000 1011110 111110

Color Harmonies of #D5F944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F944

Black with #D5F944

Text Example


Text Example

White with #D5F944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F944; }

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

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

background-color css

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

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

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

border-color css

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

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

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