Html Css Color HEX #DAF127 Pear

📋 copy color: '#DAF127'

red 218 ◦ green 241 ◦ blue 39

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

Shades of Pear #DAF127

Tints of Pear #DAF127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.83%

R = 43.78%
G = 48.39%
B = 7.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#DAF127 (or 0xDAF127) is known color: Pear. HEX triplet: DA, F1 and 27. RGB value is (218,241,39). Sum of RGB (Red+Green+Blue) = 218+241+39=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 39 (15.62% from 255 or 7.83% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF127 is #250ED8. Grayscale: #D3D3D3. Windows color (decimal): -2428633 or 2617818. OLE color: 2617818.

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

Color convert

RGB 218 241 39 -
CMYK 0.10 0 0.84 0.05
HSL 66.83º 0.88% 0.55% -
HSV(B) 66.83º 0.84% 0.95% -
XYZ 60.73 77.96 13.77 -
YUV 211.1 30.88 132.93 -
System Red Green Blue C M Y K H S L
Decimal 218 241 39 0.10 0 0.84 0.05 66.83 0.88 0.55
Hex DA F1 27 A 0 54 5 43 58 37
Octal 332 361 47 12 0 124 5 103 130 67
Binary 11011010 11110001 100111 1010 0 1010100 101 1000011 1011000 110111

Color Harmonies of #DAF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF127

Black with #DAF127

Text Example


Text Example

White with #DAF127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF127; }

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

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

background-color css

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

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

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

border-color css

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

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

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