Html Css Color HEX #DAF524 Pear

📋 copy color: '#DAF524'

red 218 ◦ green 245 ◦ blue 36

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

Shades of Pear #DAF524

Tints of Pear #DAF524

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.1%

 BLUE value IS 36 (14.45% from 255) = 7.21%

R = 43.69%
G = 49.1%
B = 7.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#DAF524 (or 0xDAF524) is known color: Pear. HEX triplet: DA, F5 and 24. RGB value is (218,245,36). Sum of RGB (Red+Green+Blue) = 218+245+36=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF524 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF524 is #250ADB. Grayscale: #D5D5D5. Windows color (decimal): -2427612 or 2422234. OLE color: 2422234.

HSL color Cylindrical-coordinate representation of color #DAF524: hue angle of 67.75º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAF524 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 36 -
CMYK 0.11 0 0.85 0.04
HSL 67.75º 0.91% 0.55% -
HSV(B) 67.75º 0.85% 0.96% -
XYZ 61.88 80.34 13.91 -
YUV 213.1 28.05 131.49 -
System Red Green Blue C M Y K H S L
Decimal 218 245 36 0.11 0 0.85 0.04 67.75 0.91 0.55
Hex DA F5 24 B 0 55 4 44 5B 37
Octal 332 365 44 13 0 125 4 104 133 67
Binary 11011010 11110101 100100 1011 0 1010101 100 1000100 1011011 110111

Color Harmonies of #DAF524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF524

Black with #DAF524

Text Example


Text Example

White with #DAF524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF524; }

 p { color: rgb(218,245,36); }

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

background-color css

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

 a { background-color: rgb(218,245,36); }

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

border-color css

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

 span { border-color: rgb(218,245,36); }

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