Html Css Color HEX #D0F98F Reef

📋 copy color: '#D0F98F'

red 208 ◦ green 249 ◦ blue 143

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

Shades of Reef #D0F98F

Tints of Reef #D0F98F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.5%

 BLUE value IS 143 (56.25% from 255) = 23.83%

R = 34.67%
G = 41.5%
B = 23.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#D0F98F (or 0xD0F98F) is known color: Reef. HEX triplet: D0, F9 and 8F. RGB value is (208,249,143). Sum of RGB (Red+Green+Blue) = 208+249+143=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F98F is #2F0670. Grayscale: #E1E1E1. Windows color (decimal): -3081841 or 9435600. OLE color: 9435600.

HSL color Cylindrical-coordinate representation of color #D0F98F: hue angle of 83.21º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0F98F is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 143 -
CMYK 0.16 0 0.43 0.02
HSL 83.21º 0.9% 0.77% -
HSV(B) 83.21º 0.43% 0.98% -
XYZ 64.85 83.14 38.62 -
YUV 224.66 81.92 116.12 -
System Red Green Blue C M Y K H S L
Decimal 208 249 143 0.16 0 0.43 0.02 83.21 0.9 0.77
Hex D0 F9 8F 10 0 2B 2 53 5A 4D
Octal 320 371 217 20 0 53 2 123 132 115
Binary 11010000 11111001 10001111 10000 0 101011 10 1010011 1011010 1001101

Color Harmonies of #D0F98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F98F

Black with #D0F98F

Text Example


Text Example

White with #D0F98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F98F; }

 p { color: rgb(208,249,143); }

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

background-color css

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

 a { background-color: rgb(208,249,143); }

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

border-color css

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

 span { border-color: rgb(208,249,143); }

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