Html Css Color HEX #DAF135 Pear

📋 copy color: '#DAF135'

red 218 ◦ green 241 ◦ blue 53

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

Shades of Pear #DAF135

Tints of Pear #DAF135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.35%

R = 42.58%
G = 47.07%
B = 10.35%

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

#DAF135 (or 0xDAF135) is known color: Pear. HEX triplet: DA, F1 and 35. RGB value is (218,241,53). Sum of RGB (Red+Green+Blue) = 218+241+53=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF135 is #250ECA. Grayscale: #D5D5D5. Windows color (decimal): -2428619 or 3535322. OLE color: 3535322.

HSL color Cylindrical-coordinate representation of color #DAF135: hue angle of 67.34º 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 #DAF135 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 53 -
CMYK 0.10 0 0.78 0.05
HSL 67.34º 0.87% 0.58% -
HSV(B) 67.34º 0.78% 0.95% -
XYZ 61.01 78.07 15.22 -
YUV 212.69 37.88 131.79 -
System Red Green Blue C M Y K H S L
Decimal 218 241 53 0.10 0 0.78 0.05 67.34 0.87 0.58
Hex DA F1 35 A 0 4E 5 43 57 3A
Octal 332 361 65 12 0 116 5 103 127 72
Binary 11011010 11110001 110101 1010 0 1001110 101 1000011 1010111 111010

Color Harmonies of #DAF135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF135

Black with #DAF135

Text Example


Text Example

White with #DAF135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF135; }

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

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

background-color css

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

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

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

border-color css

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

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

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