Html Css Color HEX #D6F12D Pear

📋 copy color: '#D6F12D'

red 214 ◦ green 241 ◦ blue 45

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

Shades of Pear #D6F12D

Tints of Pear #D6F12D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

 BLUE value IS 45 (17.97% from 255) = 9%

R = 42.8%
G = 48.2%
B = 9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#D6F12D (or 0xD6F12D) is known color: Pear. HEX triplet: D6, F1 and 2D. RGB value is (214,241,45). Sum of RGB (Red+Green+Blue) = 214+241+45=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F12D is #290ED2. Grayscale: #D3D3D3. Windows color (decimal): -2690771 or 3011030. OLE color: 3011030.

HSL color Cylindrical-coordinate representation of color #D6F12D: hue angle of 68.27º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6F12D is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 45 -
CMYK 0.11 0 0.81 0.05
HSL 68.27º 0.88% 0.56% -
HSV(B) 68.27º 0.81% 0.95% -
XYZ 59.66 77.4 14.28 -
YUV 210.58 34.55 130.44 -
System Red Green Blue C M Y K H S L
Decimal 214 241 45 0.11 0 0.81 0.05 68.27 0.88 0.56
Hex D6 F1 2D B 0 51 5 44 58 38
Octal 326 361 55 13 0 121 5 104 130 70
Binary 11010110 11110001 101101 1011 0 1010001 101 1000100 1011000 111000

Color Harmonies of #D6F12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F12D

Black with #D6F12D

Text Example


Text Example

White with #D6F12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F12D; }

 p { color: rgb(214,241,45); }

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

background-color css

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

 a { background-color: rgb(214,241,45); }

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

border-color css

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

 span { border-color: rgb(214,241,45); }

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