Html Css Color HEX #DAF124 Pear

📋 copy color: '#DAF124'

red 218 ◦ green 241 ◦ blue 36

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

Shades of Pear #DAF124

Tints of Pear #DAF124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.69%

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

R = 44.04%
G = 48.69%
B = 7.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#DAF124 (or 0xDAF124) is known color: Pear. HEX triplet: DA, F1 and 24. RGB value is (218,241,36). Sum of RGB (Red+Green+Blue) = 218+241+36=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 36 (14.45% from 255 or 7.27% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF124 is #250EDB. Grayscale: #D3D3D3. Windows color (decimal): -2428636 or 2421210. OLE color: 2421210.

HSL color Cylindrical-coordinate representation of color #DAF124: hue angle of 66.73º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAF124 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 36 -
CMYK 0.10 0 0.85 0.05
HSL 66.73º 0.88% 0.54% -
HSV(B) 66.73º 0.85% 0.95% -
XYZ 60.69 77.94 13.52 -
YUV 210.75 29.38 133.17 -
System Red Green Blue C M Y K H S L
Decimal 218 241 36 0.10 0 0.85 0.05 66.73 0.88 0.54
Hex DA F1 24 A 0 55 5 43 58 36
Octal 332 361 44 12 0 125 5 103 130 66
Binary 11011010 11110001 100100 1010 0 1010101 101 1000011 1011000 110110

Color Harmonies of #DAF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF124

Black with #DAF124

Text Example


Text Example

White with #DAF124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF124; }

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

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

background-color css

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

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

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

border-color css

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

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

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