Html Css Color HEX #D6F326 Pear

📋 copy color: '#D6F326'

red 214 ◦ green 243 ◦ blue 38

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

Shades of Pear #D6F326

Tints of Pear #D6F326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.68%

R = 43.23%
G = 49.09%
B = 7.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#D6F326 (or 0xD6F326) is known color: Pear. HEX triplet: D6, F3 and 26. RGB value is (214,243,38). Sum of RGB (Red+Green+Blue) = 214+243+38=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 38 (15.23% from 255 or 7.68% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F326 is #290CD9. Grayscale: #D3D3D3. Windows color (decimal): -2690266 or 2552790. OLE color: 2552790.

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

Color convert

RGB 214 243 38 -
CMYK 0.12 0 0.84 0.05
HSL 68.49º 0.9% 0.55% -
HSV(B) 68.49º 0.84% 0.95% -
XYZ 60.13 78.54 13.82 -
YUV 210.96 30.39 130.17 -
System Red Green Blue C M Y K H S L
Decimal 214 243 38 0.12 0 0.84 0.05 68.49 0.9 0.55
Hex D6 F3 26 C 0 54 5 44 5A 37
Octal 326 363 46 14 0 124 5 104 132 67
Binary 11010110 11110011 100110 1100 0 1010100 101 1000100 1011010 110111

Color Harmonies of #D6F326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F326

Black with #D6F326

Text Example


Text Example

White with #D6F326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F326; }

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

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

background-color css

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

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

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

border-color css

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

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

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