Html Css Color HEX #D6F223 Pear

📋 copy color: '#D6F223'

red 214 ◦ green 242 ◦ blue 35

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

Shades of Pear #D6F223

Tints of Pear #D6F223

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.29%

 BLUE value IS 35 (14.06% from 255) = 7.13%

R = 43.58%
G = 49.29%
B = 7.13%

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

#D6F223 (or 0xD6F223) is known color: Pear. HEX triplet: D6, F2 and 23. RGB value is (214,242,35). Sum of RGB (Red+Green+Blue) = 214+242+35=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 35 (14.06% from 255 or 7.13% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F223 is #290DDC. Grayscale: #D2D2D2. Windows color (decimal): -2690525 or 2355926. OLE color: 2355926.

HSL color Cylindrical-coordinate representation of color #D6F223: hue angle of 68.12º degrees, saturation: 0.89, 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 #D6F223 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 35 -
CMYK 0.12 0 0.86 0.05
HSL 68.12º 0.89% 0.54% -
HSV(B) 68.12º 0.86% 0.95% -
XYZ 59.79 77.92 13.48 -
YUV 210.03 29.22 130.83 -
System Red Green Blue C M Y K H S L
Decimal 214 242 35 0.12 0 0.86 0.05 68.12 0.89 0.54
Hex D6 F2 23 C 0 56 5 44 59 36
Octal 326 362 43 14 0 126 5 104 131 66
Binary 11010110 11110010 100011 1100 0 1010110 101 1000100 1011001 110110

Color Harmonies of #D6F223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F223

Black with #D6F223

Text Example


Text Example

White with #D6F223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F223; }

 p { color: rgb(214,242,35); }

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

background-color css

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

 a { background-color: rgb(214,242,35); }

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

border-color css

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

 span { border-color: rgb(214,242,35); }

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