Html Css Color HEX #DAF240 Pear

📋 copy color: '#DAF240'

red 218 ◦ green 242 ◦ blue 64

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

Shades of Pear #DAF240

Tints of Pear #DAF240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.18%

 BLUE value IS 64 (25.39% from 255) = 12.21%

R = 41.6%
G = 46.18%
B = 12.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#DAF240 (or 0xDAF240) is known color: Pear. HEX triplet: DA, F2 and 40. RGB value is (218,242,64). Sum of RGB (Red+Green+Blue) = 218+242+64=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF240 is #250DBF. Grayscale: #D7D7D7. Windows color (decimal): -2428352 or 4256474. OLE color: 4256474.

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

Color convert

RGB 218 242 64 -
CMYK 0.10 0 0.74 0.05
HSL 68.09º 0.87% 0.6% -
HSV(B) 68.09º 0.74% 0.95% -
XYZ 61.59 78.78 16.81 -
YUV 214.53 43.05 130.47 -
System Red Green Blue C M Y K H S L
Decimal 218 242 64 0.10 0 0.74 0.05 68.09 0.87 0.6
Hex DA F2 40 A 0 4A 5 44 57 3C
Octal 332 362 100 12 0 112 5 104 127 74
Binary 11011010 11110010 1000000 1010 0 1001010 101 1000100 1010111 111100

Color Harmonies of #DAF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF240

Black with #DAF240

Text Example


Text Example

White with #DAF240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF240; }

 p { color: rgb(218,242,64); }

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

background-color css

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

 a { background-color: rgb(218,242,64); }

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

border-color css

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

 span { border-color: rgb(218,242,64); }

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