Html Css Color HEX #D6F321 Pear

📋 copy color: '#D6F321'

red 214 ◦ green 243 ◦ blue 33

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

Shades of Pear #D6F321

Tints of Pear #D6F321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.73%

R = 43.67%
G = 49.59%
B = 6.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#D6F321 (or 0xD6F321) is known color: Pear. HEX triplet: D6, F3 and 21. RGB value is (214,243,33). Sum of RGB (Red+Green+Blue) = 214+243+33=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F321 is #290CDE. Grayscale: #D3D3D3. Windows color (decimal): -2690271 or 2225110. OLE color: 2225110.

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

Color convert

RGB 214 243 33 -
CMYK 0.12 0 0.86 0.05
HSL 68.29º 0.9% 0.54% -
HSV(B) 68.29º 0.86% 0.95% -
XYZ 60.06 78.51 13.43 -
YUV 210.39 27.89 130.58 -
System Red Green Blue C M Y K H S L
Decimal 214 243 33 0.12 0 0.86 0.05 68.29 0.9 0.54
Hex D6 F3 21 C 0 56 5 44 5A 36
Octal 326 363 41 14 0 126 5 104 132 66
Binary 11010110 11110011 100001 1100 0 1010110 101 1000100 1011010 110110

Color Harmonies of #D6F321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F321

Black with #D6F321

Text Example


Text Example

White with #D6F321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F321; }

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

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

background-color css

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

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

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

border-color css

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

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

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