Html Css Color HEX #D6F13D Pear

📋 copy color: '#D6F13D'

red 214 ◦ green 241 ◦ blue 61

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

Shades of Pear #D6F13D

Tints of Pear #D6F13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.82%

R = 41.47%
G = 46.71%
B = 11.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#D6F13D (or 0xD6F13D) is known color: Pear. HEX triplet: D6, F1 and 3D. RGB value is (214,241,61). Sum of RGB (Red+Green+Blue) = 214+241+61=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F13D is #290EC2. Grayscale: #D5D5D5. Windows color (decimal): -2690755 or 4059606. OLE color: 4059606.

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

Color convert

RGB 214 241 61 -
CMYK 0.11 0 0.75 0.05
HSL 69º 0.87% 0.59% -
HSV(B) 69º 0.75% 0.95% -
XYZ 60.03 77.54 16.22 -
YUV 212.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 214 241 61 0.11 0 0.75 0.05 69 0.87 0.59
Hex D6 F1 3D B 0 4B 5 45 57 3B
Octal 326 361 75 13 0 113 5 105 127 73
Binary 11010110 11110001 111101 1011 0 1001011 101 1000101 1010111 111011

Color Harmonies of #D6F13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F13D

Black with #D6F13D

Text Example


Text Example

White with #D6F13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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