Html Css Color HEX #D6F330 Pear

📋 copy color: '#D6F330'

red 214 ◦ green 243 ◦ blue 48

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

Shades of Pear #D6F330

Tints of Pear #D6F330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.5%

R = 42.38%
G = 48.12%
B = 9.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#D6F330 (or 0xD6F330) is known color: Pear. HEX triplet: D6, F3 and 30. RGB value is (214,243,48). Sum of RGB (Red+Green+Blue) = 214+243+48=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F330 is #290CCF. Grayscale: #D4D4D4. Windows color (decimal): -2690256 or 3208150. OLE color: 3208150.

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

Color convert

RGB 214 243 48 -
CMYK 0.12 0 0.80 0.05
HSL 68.92º 0.89% 0.57% -
HSV(B) 68.92º 0.8% 0.95% -
XYZ 60.32 78.61 14.79 -
YUV 212.1 35.39 129.36 -
System Red Green Blue C M Y K H S L
Decimal 214 243 48 0.12 0 0.80 0.05 68.92 0.89 0.57
Hex D6 F3 30 C 0 50 5 45 59 39
Octal 326 363 60 14 0 120 5 105 131 71
Binary 11010110 11110011 110000 1100 0 1010000 101 1000101 1011001 111001

Color Harmonies of #D6F330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F330

Black with #D6F330

Text Example


Text Example

White with #D6F330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F330; }

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

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

background-color css

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

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

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

border-color css

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

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

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