Html Css Color HEX #D0FD8B Reef

📋 copy color: '#D0FD8B'

red 208 ◦ green 253 ◦ blue 139

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

Shades of Reef #D0FD8B

Tints of Reef #D0FD8B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.17%

 BLUE value IS 139 (54.69% from 255) = 23.17%

R = 34.67%
G = 42.17%
B = 23.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#D0FD8B (or 0xD0FD8B) is known color: Reef. HEX triplet: D0, FD and 8B. RGB value is (208,253,139). Sum of RGB (Red+Green+Blue) = 208+253+139=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FD8B is #2F0274. Grayscale: #E2E2E2. Windows color (decimal): -3080821 or 9174480. OLE color: 9174480.

HSL color Cylindrical-coordinate representation of color #D0FD8B: hue angle of 83.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0FD8B is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 253 139 -
CMYK 0.18 0 0.45 0.01
HSL 83.68º 0.97% 0.77% -
HSV(B) 83.68º 0.45% 0.99% -
XYZ 65.8 85.52 37.47 -
YUV 226.55 78.59 114.77 -
System Red Green Blue C M Y K H S L
Decimal 208 253 139 0.18 0 0.45 0.01 83.68 0.97 0.77
Hex D0 FD 8B 12 0 2D 1 54 61 4D
Octal 320 375 213 22 0 55 1 124 141 115
Binary 11010000 11111101 10001011 10010 0 101101 1 1010100 1100001 1001101

Color Harmonies of #D0FD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FD8B

Black with #D0FD8B

Text Example


Text Example

White with #D0FD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FD8B; }

 p { color: rgb(208,253,139); }

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

background-color css

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

 a { background-color: rgb(208,253,139); }

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

border-color css

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

 span { border-color: rgb(208,253,139); }

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