Html Css Color HEX #D6EF30 Pear

📋 copy color: '#D6EF30'

red 214 ◦ green 239 ◦ blue 48

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

Shades of Pear #D6EF30

Tints of Pear #D6EF30

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.7%

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

R = 42.71%
G = 47.7%
B = 9.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#D6EF30 (or 0xD6EF30) is known color: Pear. HEX triplet: D6, EF and 30. RGB value is (214,239,48). Sum of RGB (Red+Green+Blue) = 214+239+48=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 48 (19.14% from 255 or 9.58% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EF30 is #2910CF. Grayscale: #D2D2D2. Windows color (decimal): -2691280 or 3207126. OLE color: 3207126.

HSL color Cylindrical-coordinate representation of color #D6EF30: hue angle of 67.85º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6EF30 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 239 48 -
CMYK 0.10 0 0.80 0.06
HSL 67.85º 0.86% 0.56% -
HSV(B) 67.85º 0.8% 0.94% -
XYZ 59.13 76.24 14.4 -
YUV 209.75 36.72 131.03 -
System Red Green Blue C M Y K H S L
Decimal 214 239 48 0.10 0 0.80 0.06 67.85 0.86 0.56
Hex D6 EF 30 A 0 50 6 44 56 38
Octal 326 357 60 12 0 120 6 104 126 70
Binary 11010110 11101111 110000 1010 0 1010000 110 1000100 1010110 111000

Color Harmonies of #D6EF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EF30

Black with #D6EF30

Text Example


Text Example

White with #D6EF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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