Html Css Color HEX #D6F227 Pear

📋 copy color: '#D6F227'

red 214 ◦ green 242 ◦ blue 39

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

Shades of Pear #D6F227

Tints of Pear #D6F227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.88%

R = 43.23%
G = 48.89%
B = 7.88%

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

#D6F227 (or 0xD6F227) is known color: Pear. HEX triplet: D6, F2 and 27. RGB value is (214,242,39). Sum of RGB (Red+Green+Blue) = 214+242+39=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 39 (15.62% from 255 or 7.88% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F227 is #290DD8. Grayscale: #D3D3D3. Windows color (decimal): -2690521 or 2618070. OLE color: 2618070.

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

Color convert

RGB 214 242 39 -
CMYK 0.12 0 0.84 0.05
HSL 68.28º 0.89% 0.55% -
HSV(B) 68.28º 0.84% 0.95% -
XYZ 59.85 77.95 13.81 -
YUV 210.49 31.22 130.51 -
System Red Green Blue C M Y K H S L
Decimal 214 242 39 0.12 0 0.84 0.05 68.28 0.89 0.55
Hex D6 F2 27 C 0 54 5 44 59 37
Octal 326 362 47 14 0 124 5 104 131 67
Binary 11010110 11110010 100111 1100 0 1010100 101 1000100 1011001 110111

Color Harmonies of #D6F227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F227

Black with #D6F227

Text Example


Text Example

White with #D6F227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F227; }

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

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

background-color css

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

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

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

border-color css

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

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

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