Html Css Color HEX #DCEE30 Pear

📋 copy color: '#DCEE30'

red 220 ◦ green 238 ◦ blue 48

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

Shades of Pear #DCEE30

Tints of Pear #DCEE30

RGB

 RED value IS 220 (86.33% from 255) = 43.48%

 GREEN value IS 238 (93.36% from 255) = 47.04%

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

R = 43.48%
G = 47.04%
B = 9.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#DCEE30 (or 0xDCEE30) is known color: Pear. HEX triplet: DC, EE and 30. RGB value is (220,238,48). Sum of RGB (Red+Green+Blue) = 220+238+48=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE30 is #2311CF. Grayscale: #D3D3D3. Windows color (decimal): -2298320 or 3206876. OLE color: 3206876.

HSL color Cylindrical-coordinate representation of color #DCEE30: hue angle of 65.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCEE30 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 48 -
CMYK 0.08 0 0.80 0.07
HSL 65.68º 0.85% 0.56% -
HSV(B) 65.68º 0.8% 0.93% -
XYZ 60.62 76.58 14.38 -
YUV 210.96 36.04 134.45 -
System Red Green Blue C M Y K H S L
Decimal 220 238 48 0.08 0 0.80 0.07 65.68 0.85 0.56
Hex DC EE 30 8 0 50 7 42 55 38
Octal 334 356 60 10 0 120 7 102 125 70
Binary 11011100 11101110 110000 1000 0 1010000 111 1000010 1010101 111000

Color Harmonies of #DCEE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE30

Black with #DCEE30

Text Example


Text Example

White with #DCEE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE30; }

 p { color: rgb(220,238,48); }

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

background-color css

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

 a { background-color: rgb(220,238,48); }

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

border-color css

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

 span { border-color: rgb(220,238,48); }

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