Html Css Color HEX #DAF128 Pear

📋 copy color: '#DAF128'

red 218 ◦ green 241 ◦ blue 40

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

Shades of Pear #DAF128

Tints of Pear #DAF128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.02%

R = 43.69%
G = 48.3%
B = 8.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#DAF128 (or 0xDAF128) is known color: Pear. HEX triplet: DA, F1 and 28. RGB value is (218,241,40). Sum of RGB (Red+Green+Blue) = 218+241+40=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF128 is #250ED7. Grayscale: #D3D3D3. Windows color (decimal): -2428632 or 2683354. OLE color: 2683354.

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

Color convert

RGB 218 241 40 -
CMYK 0.10 0 0.83 0.05
HSL 66.87º 0.88% 0.55% -
HSV(B) 66.87º 0.83% 0.95% -
XYZ 60.75 77.97 13.86 -
YUV 211.21 31.38 132.84 -
System Red Green Blue C M Y K H S L
Decimal 218 241 40 0.10 0 0.83 0.05 66.87 0.88 0.55
Hex DA F1 28 A 0 53 5 43 58 37
Octal 332 361 50 12 0 123 5 103 130 67
Binary 11011010 11110001 101000 1010 0 1010011 101 1000011 1011000 110111

Color Harmonies of #DAF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF128

Black with #DAF128

Text Example


Text Example

White with #DAF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF128; }

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

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

background-color css

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

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

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

border-color css

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

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

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