Html Css Color HEX #D6F630 Pear

📋 copy color: '#D6F630'

red 214 ◦ green 246 ◦ blue 48

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

Shades of Pear #D6F630

Tints of Pear #D6F630

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.43%

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

R = 42.13%
G = 48.43%
B = 9.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#D6F630 (or 0xD6F630) is known color: Pear. HEX triplet: D6, F6 and 30. RGB value is (214,246,48). Sum of RGB (Red+Green+Blue) = 214+246+48=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 48 (19.14% from 255 or 9.45% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F630 is #2909CF. Grayscale: #D6D6D6. Windows color (decimal): -2689488 or 3208918. OLE color: 3208918.

HSL color Cylindrical-coordinate representation of color #D6F630: hue angle of 69.7º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6F630 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 246 48 -
CMYK 0.13 0 0.80 0.04
HSL 69.7º 0.92% 0.58% -
HSV(B) 69.7º 0.8% 0.96% -
XYZ 61.22 80.42 15.09 -
YUV 213.86 34.4 128.1 -
System Red Green Blue C M Y K H S L
Decimal 214 246 48 0.13 0 0.80 0.04 69.7 0.92 0.58
Hex D6 F6 30 D 0 50 4 46 5C 3A
Octal 326 366 60 15 0 120 4 106 134 72
Binary 11010110 11110110 110000 1101 0 1010000 100 1000110 1011100 111010

Color Harmonies of #D6F630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F630

Black with #D6F630

Text Example


Text Example

White with #D6F630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F630; }

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

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

background-color css

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

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

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

border-color css

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

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

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