Html Css Color HEX #D0F09A Reef

📋 copy color: '#D0F09A'

red 208 ◦ green 240 ◦ blue 154

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

Shades of Reef #D0F09A

Tints of Reef #D0F09A

RGB

 RED value IS 208 (81.64% from 255) = 34.55%

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

 BLUE value IS 154 (60.55% from 255) = 25.58%

R = 34.55%
G = 39.87%
B = 25.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#D0F09A (or 0xD0F09A) is known color: Reef. HEX triplet: D0, F0 and 9A. RGB value is (208,240,154). Sum of RGB (Red+Green+Blue) = 208+240+154=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F09A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F09A is #2F0F65. Grayscale: #DCDCDC. Windows color (decimal): -3084134 or 10154192. OLE color: 10154192.

HSL color Cylindrical-coordinate representation of color #D0F09A: hue angle of 82.33º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0F09A is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 240 154 -
CMYK 0.13 0 0.36 0.06
HSL 82.33º 0.74% 0.77% -
HSV(B) 82.33º 0.36% 0.94% -
XYZ 63.01 78.06 42.32 -
YUV 220.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 208 240 154 0.13 0 0.36 0.06 82.33 0.74 0.77
Hex D0 F0 9A D 0 24 6 52 4A 4D
Octal 320 360 232 15 0 44 6 122 112 115
Binary 11010000 11110000 10011010 1101 0 100100 110 1010010 1001010 1001101

Color Harmonies of #D0F09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F09A

Black with #D0F09A

Text Example


Text Example

White with #D0F09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F09A; }

 p { color: rgb(208,240,154); }

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

background-color css

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

 a { background-color: rgb(208,240,154); }

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

border-color css

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

 span { border-color: rgb(208,240,154); }

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