Html Css Color HEX #DAF348 Pear

📋 copy color: '#DAF348'

red 218 ◦ green 243 ◦ blue 72

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

Shades of Pear #DAF348

Tints of Pear #DAF348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.59%

 BLUE value IS 72 (28.52% from 255) = 13.51%

R = 40.9%
G = 45.59%
B = 13.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#DAF348 (or 0xDAF348) is known color: Pear. HEX triplet: DA, F3 and 48. RGB value is (218,243,72). Sum of RGB (Red+Green+Blue) = 218+243+72=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF348 is #250CB7. Grayscale: #D8D8D8. Windows color (decimal): -2428088 or 4781018. OLE color: 4781018.

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

Color convert

RGB 218 243 72 -
CMYK 0.10 0 0.70 0.05
HSL 68.77º 0.88% 0.62% -
HSV(B) 68.77º 0.7% 0.95% -
XYZ 62.13 79.47 18.2 -
YUV 216.03 46.72 129.4 -
System Red Green Blue C M Y K H S L
Decimal 218 243 72 0.10 0 0.70 0.05 68.77 0.88 0.62
Hex DA F3 48 A 0 46 5 45 58 3E
Octal 332 363 110 12 0 106 5 105 130 76
Binary 11011010 11110011 1001000 1010 0 1000110 101 1000101 1011000 111110

Color Harmonies of #DAF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF348

Black with #DAF348

Text Example


Text Example

White with #DAF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF348; }

 p { color: rgb(218,243,72); }

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

background-color css

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

 a { background-color: rgb(218,243,72); }

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

border-color css

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

 span { border-color: rgb(218,243,72); }

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