Html Css Color HEX #D6F41B Pear

📋 copy color: '#D6F41B'

red 214 ◦ green 244 ◦ blue 27

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

Shades of Pear #D6F41B

Tints of Pear #D6F41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.57%

R = 44.12%
G = 50.31%
B = 5.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#D6F41B (or 0xD6F41B) is known color: Pear. HEX triplet: D6, F4 and 1B. RGB value is (214,244,27). Sum of RGB (Red+Green+Blue) = 214+244+27=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F41B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F41B is #290BE4. Grayscale: #D3D3D3. Windows color (decimal): -2690021 or 1832150. OLE color: 1832150.

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

Color convert

RGB 214 244 27 -
CMYK 0.12 0 0.89 0.04
HSL 68.29º 0.91% 0.53% -
HSV(B) 68.29º 0.89% 0.96% -
XYZ 60.28 79.08 13.12 -
YUV 210.29 24.56 130.64 -
System Red Green Blue C M Y K H S L
Decimal 214 244 27 0.12 0 0.89 0.04 68.29 0.91 0.53
Hex D6 F4 1B C 0 59 4 44 5B 35
Octal 326 364 33 14 0 131 4 104 133 65
Binary 11010110 11110100 11011 1100 0 1011001 100 1000100 1011011 110101

Color Harmonies of #D6F41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F41B

Black with #D6F41B

Text Example


Text Example

White with #D6F41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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