Html Css Color HEX #DAF242 Pear

📋 copy color: '#DAF242'

red 218 ◦ green 242 ◦ blue 66

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

Shades of Pear #DAF242

Tints of Pear #DAF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.55%

R = 41.44%
G = 46.01%
B = 12.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#DAF242 (or 0xDAF242) is known color: Pear. HEX triplet: DA, F2 and 42. RGB value is (218,242,66). Sum of RGB (Red+Green+Blue) = 218+242+66=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 66 (26.17% from 255 or 12.55% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF242 is #250DBD. Grayscale: #D7D7D7. Windows color (decimal): -2428350 or 4387546. OLE color: 4387546.

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

Color convert

RGB 218 242 66 -
CMYK 0.10 0 0.73 0.05
HSL 68.18º 0.87% 0.6% -
HSV(B) 68.18º 0.73% 0.95% -
XYZ 61.65 78.8 17.12 -
YUV 214.76 44.05 130.31 -
System Red Green Blue C M Y K H S L
Decimal 218 242 66 0.10 0 0.73 0.05 68.18 0.87 0.6
Hex DA F2 42 A 0 49 5 44 57 3C
Octal 332 362 102 12 0 111 5 104 127 74
Binary 11011010 11110010 1000010 1010 0 1001001 101 1000100 1010111 111100

Color Harmonies of #DAF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF242

Black with #DAF242

Text Example


Text Example

White with #DAF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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