Html Css Color HEX #DAF31C Pear

📋 copy color: '#DAF31C'

red 218 ◦ green 243 ◦ blue 28

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

Shades of Pear #DAF31C

Tints of Pear #DAF31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.73%

R = 44.58%
G = 49.69%
B = 5.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#DAF31C (or 0xDAF31C) is known color: Pear. HEX triplet: DA, F3 and 1C. RGB value is (218,243,28). Sum of RGB (Red+Green+Blue) = 218+243+28=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF31C is #250CE3. Grayscale: #D3D3D3. Windows color (decimal): -2428132 or 1897434. OLE color: 1897434.

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

Color convert

RGB 218 243 28 -
CMYK 0.10 0 0.88 0.05
HSL 66.98º 0.9% 0.53% -
HSV(B) 66.98º 0.88% 0.95% -
XYZ 61.17 79.09 13.14 -
YUV 211.02 24.72 132.98 -
System Red Green Blue C M Y K H S L
Decimal 218 243 28 0.10 0 0.88 0.05 66.98 0.9 0.53
Hex DA F3 1C A 0 58 5 43 5A 35
Octal 332 363 34 12 0 130 5 103 132 65
Binary 11011010 11110011 11100 1010 0 1011000 101 1000011 1011010 110101

Color Harmonies of #DAF31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF31C

Black with #DAF31C

Text Example


Text Example

White with #DAF31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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