Html Css Color HEX #D6F92A Pear

📋 copy color: '#D6F92A'

red 214 ◦ green 249 ◦ blue 42

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

Shades of Pear #D6F92A

Tints of Pear #D6F92A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.31%

 BLUE value IS 42 (16.8% from 255) = 8.32%

R = 42.38%
G = 49.31%
B = 8.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#D6F92A (or 0xD6F92A) is known color: Pear. HEX triplet: D6, F9 and 2A. RGB value is (214,249,42). Sum of RGB (Red+Green+Blue) = 214+249+42=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F92A is #2906D5. Grayscale: #D7D7D7. Windows color (decimal): -2688726 or 2816470. OLE color: 2816470.

HSL color Cylindrical-coordinate representation of color #D6F92A: hue angle of 70.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6F92A is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 249 42 -
CMYK 0.14 0 0.83 0.02
HSL 70.14º 0.95% 0.57% -
HSV(B) 70.14º 0.83% 0.98% -
XYZ 62.03 82.21 14.79 -
YUV 214.94 30.4 127.33 -
System Red Green Blue C M Y K H S L
Decimal 214 249 42 0.14 0 0.83 0.02 70.14 0.95 0.57
Hex D6 F9 2A E 0 53 2 46 5F 39
Octal 326 371 52 16 0 123 2 106 137 71
Binary 11010110 11111001 101010 1110 0 1010011 10 1000110 1011111 111001

Color Harmonies of #D6F92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F92A

Black with #D6F92A

Text Example


Text Example

White with #D6F92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F92A; }

 p { color: rgb(214,249,42); }

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

background-color css

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

 a { background-color: rgb(214,249,42); }

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

border-color css

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

 span { border-color: rgb(214,249,42); }

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