Html Css Color HEX #DAF190 Reef

📋 copy color: '#DAF190'

red 218 ◦ green 241 ◦ blue 144

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

Shades of Reef #DAF190

Tints of Reef #DAF190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.88%

R = 36.15%
G = 39.97%
B = 23.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#DAF190 (or 0xDAF190) is known color: Reef. HEX triplet: DA, F1 and 90. RGB value is (218,241,144). Sum of RGB (Red+Green+Blue) = 218+241+144=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF190 is #250E6F. Grayscale: #DFDFDF. Windows color (decimal): -2428528 or 9499098. OLE color: 9499098.

HSL color Cylindrical-coordinate representation of color #DAF190: hue angle of 74.23º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF190 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 144 -
CMYK 0.10 0 0.40 0.05
HSL 74.23º 0.78% 0.75% -
HSV(B) 74.23º 0.4% 0.95% -
XYZ 65.4 79.83 38.35 -
YUV 223.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 218 241 144 0.10 0 0.40 0.05 74.23 0.78 0.75
Hex DA F1 90 A 0 28 5 4A 4E 4B
Octal 332 361 220 12 0 50 5 112 116 113
Binary 11011010 11110001 10010000 1010 0 101000 101 1001010 1001110 1001011

Color Harmonies of #DAF190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF190

Black with #DAF190

Text Example


Text Example

White with #DAF190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF190; }

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

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

background-color css

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

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

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

border-color css

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

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

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