Html Css Color HEX #D6F444 Pear

📋 copy color: '#D6F444'

red 214 ◦ green 244 ◦ blue 68

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

Shades of Pear #D6F444

Tints of Pear #D6F444

RGB

 RED value IS 214 (83.98% from 255) = 40.68%

 GREEN value IS 244 (95.7% from 255) = 46.39%

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

R = 40.68%
G = 46.39%
B = 12.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#D6F444 (or 0xD6F444) is known color: Pear. HEX triplet: D6, F4 and 44. RGB value is (214,244,68). Sum of RGB (Red+Green+Blue) = 214+244+68=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F444 is #290BBB. Grayscale: #D7D7D7. Windows color (decimal): -2689980 or 4519126. OLE color: 4519126.

HSL color Cylindrical-coordinate representation of color #D6F444: hue angle of 70.23º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6F444 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 244 68 -
CMYK 0.12 0 0.72 0.04
HSL 70.23º 0.89% 0.61% -
HSV(B) 70.23º 0.72% 0.96% -
XYZ 61.13 79.41 17.58 -
YUV 214.97 45.06 127.31 -
System Red Green Blue C M Y K H S L
Decimal 214 244 68 0.12 0 0.72 0.04 70.23 0.89 0.61
Hex D6 F4 44 C 0 48 4 46 59 3D
Octal 326 364 104 14 0 110 4 106 131 75
Binary 11010110 11110100 1000100 1100 0 1001000 100 1000110 1011001 111101

Color Harmonies of #D6F444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F444

Black with #D6F444

Text Example


Text Example

White with #D6F444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F444; }

 p { color: rgb(214,244,68); }

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

background-color css

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

 a { background-color: rgb(214,244,68); }

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

border-color css

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

 span { border-color: rgb(214,244,68); }

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