Html Css Color HEX #D6FC4A Pear

📋 copy color: '#D6FC4A'

red 214 ◦ green 252 ◦ blue 74

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

Shades of Pear #D6FC4A

Tints of Pear #D6FC4A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.67%

 BLUE value IS 74 (29.3% from 255) = 13.7%

R = 39.63%
G = 46.67%
B = 13.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#D6FC4A (or 0xD6FC4A) is known color: Pear. HEX triplet: D6, FC and 4A. RGB value is (214,252,74). Sum of RGB (Red+Green+Blue) = 214+252+74=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FC4A is #2903B5. Grayscale: #DDDDDD. Windows color (decimal): -2687926 or 4914390. OLE color: 4914390.

HSL color Cylindrical-coordinate representation of color #D6FC4A: hue angle of 72.81º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6FC4A is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 252 74 -
CMYK 0.15 0 0.71 0.01
HSL 72.81º 0.97% 0.64% -
HSV(B) 72.81º 0.71% 0.99% -
XYZ 63.78 84.41 19.41 -
YUV 220.35 45.41 123.47 -
System Red Green Blue C M Y K H S L
Decimal 214 252 74 0.15 0 0.71 0.01 72.81 0.97 0.64
Hex D6 FC 4A F 0 47 1 49 61 40
Octal 326 374 112 17 0 107 1 111 141 100
Binary 11010110 11111100 1001010 1111 0 1000111 1 1001001 1100001 1000000

Color Harmonies of #D6FC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FC4A

Black with #D6FC4A

Text Example


Text Example

White with #D6FC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FC4A; }

 p { color: rgb(214,252,74); }

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

background-color css

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

 a { background-color: rgb(214,252,74); }

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

border-color css

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

 span { border-color: rgb(214,252,74); }

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