Html Css Color HEX #D6F31A Pear

📋 copy color: '#D6F31A'

red 214 ◦ green 243 ◦ blue 26

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

Shades of Pear #D6F31A

Tints of Pear #D6F31A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.31%

 BLUE value IS 26 (10.55% from 255) = 5.38%

R = 44.31%
G = 50.31%
B = 5.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#D6F31A (or 0xD6F31A) is known color: Pear. HEX triplet: D6, F3 and 1A. RGB value is (214,243,26). Sum of RGB (Red+Green+Blue) = 214+243+26=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 26 (10.55% from 255 or 5.38% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F31A is #290CE5. Grayscale: #D2D2D2. Windows color (decimal): -2690278 or 1766358. OLE color: 1766358.

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

Color convert

RGB 214 243 26 -
CMYK 0.12 0 0.89 0.05
HSL 68.02º 0.9% 0.53% -
HSV(B) 68.02º 0.89% 0.95% -
XYZ 59.97 78.47 12.96 -
YUV 209.59 24.39 131.14 -
System Red Green Blue C M Y K H S L
Decimal 214 243 26 0.12 0 0.89 0.05 68.02 0.9 0.53
Hex D6 F3 1A C 0 59 5 44 5A 35
Octal 326 363 32 14 0 131 5 104 132 65
Binary 11010110 11110011 11010 1100 0 1011001 101 1000100 1011010 110101

Color Harmonies of #D6F31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F31A

Black with #D6F31A

Text Example


Text Example

White with #D6F31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F31A; }

 p { color: rgb(214,243,26); }

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

background-color css

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

 a { background-color: rgb(214,243,26); }

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

border-color css

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

 span { border-color: rgb(214,243,26); }

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