Html Css Color HEX #DAEA30 Pear

📋 copy color: '#DAEA30'

red 218 ◦ green 234 ◦ blue 48

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

Shades of Pear #DAEA30

Tints of Pear #DAEA30

RGB

 RED value IS 218 (85.55% from 255) = 43.6%

 GREEN value IS 234 (91.8% from 255) = 46.8%

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

R = 43.6%
G = 46.8%
B = 9.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#DAEA30 (or 0xDAEA30) is known color: Pear. HEX triplet: DA, EA and 30. RGB value is (218,234,48). Sum of RGB (Red+Green+Blue) = 218+234+48=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA30 is #2515CF. Grayscale: #D0D0D0. Windows color (decimal): -2430416 or 3205850. OLE color: 3205850.

HSL color Cylindrical-coordinate representation of color #DAEA30: hue angle of 65.16º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAEA30 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 48 -
CMYK 0.07 0 0.79 0.08
HSL 65.16º 0.82% 0.55% -
HSV(B) 65.16º 0.79% 0.92% -
XYZ 58.87 73.96 13.97 -
YUV 208.01 37.7 135.12 -
System Red Green Blue C M Y K H S L
Decimal 218 234 48 0.07 0 0.79 0.08 65.16 0.82 0.55
Hex DA EA 30 7 0 4F 8 41 52 37
Octal 332 352 60 7 0 117 10 101 122 67
Binary 11011010 11101010 110000 111 0 1001111 1000 1000001 1010010 110111

Color Harmonies of #DAEA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA30

Black with #DAEA30

Text Example


Text Example

White with #DAEA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA30; }

 p { color: rgb(218,234,48); }

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

background-color css

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

 a { background-color: rgb(218,234,48); }

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

border-color css

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

 span { border-color: rgb(218,234,48); }

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