Html Css Color HEX #DAF030 Pear

📋 copy color: '#DAF030'

red 218 ◦ green 240 ◦ blue 48

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

Shades of Pear #DAF030

Tints of Pear #DAF030

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.43%

 BLUE value IS 48 (19.14% from 255) = 9.49%

R = 43.08%
G = 47.43%
B = 9.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#DAF030 (or 0xDAF030) is known color: Pear. HEX triplet: DA, F0 and 30. RGB value is (218,240,48). Sum of RGB (Red+Green+Blue) = 218+240+48=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF030 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF030 is #250FCF. Grayscale: #D4D4D4. Windows color (decimal): -2428880 or 3207386. OLE color: 3207386.

HSL color Cylindrical-coordinate representation of color #DAF030: hue angle of 66.87º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAF030 is Cyan = 0.09, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 48 -
CMYK 0.09 0 0.8 0.06
HSL 66.87º 0.86% 0.56% -
HSV(B) 66.87º 0.8% 0.94% -
XYZ 60.61 77.44 14.55 -
YUV 211.53 35.71 132.61 -
System Red Green Blue C M Y K H S L
Decimal 218 240 48 0.09 0 0.8 0.06 66.87 0.86 0.56
Hex DA F0 30 9 0 50 6 43 56 38
Octal 332 360 60 11 0 120 6 103 126 70
Binary 11011010 11110000 110000 1001 0 1010000 110 1000011 1010110 111000

Color Harmonies of #DAF030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF030

Black with #DAF030

Text Example


Text Example

White with #DAF030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF030; }

 p { color: rgb(218,240,48); }

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

background-color css

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

 a { background-color: rgb(218,240,48); }

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

border-color css

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

 span { border-color: rgb(218,240,48); }

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