Html Css Color HEX #DAF137 Pear

📋 copy color: '#DAF137'

red 218 ◦ green 241 ◦ blue 55

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

Shades of Pear #DAF137

Tints of Pear #DAF137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.7%

R = 42.41%
G = 46.89%
B = 10.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#DAF137 (or 0xDAF137) is known color: Pear. HEX triplet: DA, F1 and 37. RGB value is (218,241,55). Sum of RGB (Red+Green+Blue) = 218+241+55=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF137 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF137 is #250EC8. Grayscale: #D5D5D5. Windows color (decimal): -2428617 or 3666394. OLE color: 3666394.

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

Color convert

RGB 218 241 55 -
CMYK 0.10 0 0.77 0.05
HSL 67.42º 0.87% 0.58% -
HSV(B) 67.42º 0.77% 0.95% -
XYZ 61.06 78.09 15.47 -
YUV 212.92 38.88 131.62 -
System Red Green Blue C M Y K H S L
Decimal 218 241 55 0.10 0 0.77 0.05 67.42 0.87 0.58
Hex DA F1 37 A 0 4D 5 43 57 3A
Octal 332 361 67 12 0 115 5 103 127 72
Binary 11011010 11110001 110111 1010 0 1001101 101 1000011 1010111 111010

Color Harmonies of #DAF137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF137

Black with #DAF137

Text Example


Text Example

White with #DAF137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF137; }

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

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

background-color css

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

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

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

border-color css

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

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

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