Html Css Color HEX #D6F244 Pear

📋 copy color: '#D6F244'

red 214 ◦ green 242 ◦ blue 68

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

Shades of Pear #D6F244

Tints of Pear #D6F244

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.18%

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

R = 40.84%
G = 46.18%
B = 12.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#D6F244 (or 0xD6F244) is known color: Pear. HEX triplet: D6, F2 and 44. RGB value is (214,242,68). Sum of RGB (Red+Green+Blue) = 214+242+68=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F244 is #290DBB. Grayscale: #D6D6D6. Windows color (decimal): -2690492 or 4518614. OLE color: 4518614.

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

Color convert

RGB 214 242 68 -
CMYK 0.12 0 0.72 0.05
HSL 69.66º 0.87% 0.61% -
HSV(B) 69.66º 0.72% 0.95% -
XYZ 60.53 78.22 17.38 -
YUV 213.79 45.72 128.15 -
System Red Green Blue C M Y K H S L
Decimal 214 242 68 0.12 0 0.72 0.05 69.66 0.87 0.61
Hex D6 F2 44 C 0 48 5 46 57 3D
Octal 326 362 104 14 0 110 5 106 127 75
Binary 11010110 11110010 1000100 1100 0 1001000 101 1000110 1010111 111101

Color Harmonies of #D6F244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F244

Black with #D6F244

Text Example


Text Example

White with #D6F244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F244; }

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

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

background-color css

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

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

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

border-color css

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

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

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