Html Css Color HEX #DAF142 Pear

📋 copy color: '#DAF142'

red 218 ◦ green 241 ◦ blue 66

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

Shades of Pear #DAF142

Tints of Pear #DAF142

RGB

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

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

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

R = 41.52%
G = 45.9%
B = 12.57%

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

#DAF142 (or 0xDAF142) is known color: Pear. HEX triplet: DA, F1 and 42. RGB value is (218,241,66). Sum of RGB (Red+Green+Blue) = 218+241+66=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF142 is #250EBD. Grayscale: #D6D6D6. Windows color (decimal): -2428606 or 4387290. OLE color: 4387290.

HSL color Cylindrical-coordinate representation of color #DAF142: hue angle of 67.89º degrees, saturation: 0.86, 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 #DAF142 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 66 -
CMYK 0.10 0 0.73 0.05
HSL 67.89º 0.86% 0.6% -
HSV(B) 67.89º 0.73% 0.95% -
XYZ 61.35 78.21 17.02 -
YUV 214.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 218 241 66 0.10 0 0.73 0.05 67.89 0.86 0.6
Hex DA F1 42 A 0 49 5 44 56 3C
Octal 332 361 102 12 0 111 5 104 126 74
Binary 11011010 11110001 1000010 1010 0 1001001 101 1000100 1010110 111100

Color Harmonies of #DAF142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF142

Black with #DAF142

Text Example


Text Example

White with #DAF142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF142; }

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

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

background-color css

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

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

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

border-color css

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

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

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