Html Css Color HEX #D0F09B Reef

📋 copy color: '#D0F09B'

red 208 ◦ green 240 ◦ blue 155

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

Shades of Reef #D0F09B

Tints of Reef #D0F09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.7%

R = 34.49%
G = 39.8%
B = 25.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#D0F09B (or 0xD0F09B) is known color: Reef. HEX triplet: D0, F0 and 9B. RGB value is (208,240,155). Sum of RGB (Red+Green+Blue) = 208+240+155=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F09B is #2F0F64. Grayscale: #DDDDDD. Windows color (decimal): -3084133 or 10219728. OLE color: 10219728.

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

Color convert

RGB 208 240 155 -
CMYK 0.13 0 0.35 0.06
HSL 82.59º 0.74% 0.77% -
HSV(B) 82.59º 0.35% 0.94% -
XYZ 63.09 78.1 42.76 -
YUV 220.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 208 240 155 0.13 0 0.35 0.06 82.59 0.74 0.77
Hex D0 F0 9B D 0 23 6 53 4A 4D
Octal 320 360 233 15 0 43 6 123 112 115
Binary 11010000 11110000 10011011 1101 0 100011 110 1010011 1001010 1001101

Color Harmonies of #D0F09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F09B

Black with #D0F09B

Text Example


Text Example

White with #D0F09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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