Html Css Color HEX #DAF136 Pear

📋 copy color: '#DAF136'

red 218 ◦ green 241 ◦ blue 54

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

Shades of Pear #DAF136

Tints of Pear #DAF136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.53%

R = 42.5%
G = 46.98%
B = 10.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#DAF136 (or 0xDAF136) is known color: Pear. HEX triplet: DA, F1 and 36. RGB value is (218,241,54). Sum of RGB (Red+Green+Blue) = 218+241+54=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 54 (21.48% from 255 or 10.53% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF136 is #250EC9. Grayscale: #D5D5D5. Windows color (decimal): -2428618 or 3600858. OLE color: 3600858.

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

Color convert

RGB 218 241 54 -
CMYK 0.10 0 0.78 0.05
HSL 67.38º 0.87% 0.58% -
HSV(B) 67.38º 0.78% 0.95% -
XYZ 61.03 78.08 15.34 -
YUV 212.81 38.38 131.71 -
System Red Green Blue C M Y K H S L
Decimal 218 241 54 0.10 0 0.78 0.05 67.38 0.87 0.58
Hex DA F1 36 A 0 4E 5 43 57 3A
Octal 332 361 66 12 0 116 5 103 127 72
Binary 11011010 11110001 110110 1010 0 1001110 101 1000011 1010111 111010

Color Harmonies of #DAF136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF136

Black with #DAF136

Text Example


Text Example

White with #DAF136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF136; }

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

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

background-color css

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

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

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

border-color css

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

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

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