Html Css Color HEX #D6F332 Pear

📋 copy color: '#D6F332'

red 214 ◦ green 243 ◦ blue 50

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

Shades of Pear #D6F332

Tints of Pear #D6F332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.86%

R = 42.21%
G = 47.93%
B = 9.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#D6F332 (or 0xD6F332) is known color: Pear. HEX triplet: D6, F3 and 32. RGB value is (214,243,50). Sum of RGB (Red+Green+Blue) = 214+243+50=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F332 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F332 is #290CCD. Grayscale: #D5D5D5. Windows color (decimal): -2690254 or 3339222. OLE color: 3339222.

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

Color convert

RGB 214 243 50 -
CMYK 0.12 0 0.79 0.05
HSL 69.02º 0.89% 0.57% -
HSV(B) 69.02º 0.79% 0.95% -
XYZ 60.36 78.63 15.01 -
YUV 212.33 36.39 129.19 -
System Red Green Blue C M Y K H S L
Decimal 214 243 50 0.12 0 0.79 0.05 69.02 0.89 0.57
Hex D6 F3 32 C 0 4F 5 45 59 39
Octal 326 363 62 14 0 117 5 105 131 71
Binary 11010110 11110011 110010 1100 0 1001111 101 1000101 1011001 111001

Color Harmonies of #D6F332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F332

Black with #D6F332

Text Example


Text Example

White with #D6F332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F332; }

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

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

background-color css

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

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

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

border-color css

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

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

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