Html Css Color HEX #DCFC9B Reef

📋 copy color: '#DCFC9B'

red 220 ◦ green 252 ◦ blue 155

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

Shades of Reef #DCFC9B

Tints of Reef #DCFC9B

RGB

 RED value IS 220 (86.33% from 255) = 35.09%

 GREEN value IS 252 (98.83% from 255) = 40.19%

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

R = 35.09%
G = 40.19%
B = 24.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#DCFC9B (or 0xDCFC9B) is known color: Reef. HEX triplet: DC, FC and 9B. RGB value is (220,252,155). Sum of RGB (Red+Green+Blue) = 220+252+155=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 155 (60.94% from 255 or 24.72% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC9B is #230364. Grayscale: #E7E7E7. Windows color (decimal): -2294629 or 10222812. OLE color: 10222812.

HSL color Cylindrical-coordinate representation of color #DCFC9B: hue angle of 79.79º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCFC9B is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 155 -
CMYK 0.13 0 0.38 0.01
HSL 79.79º 0.94% 0.8% -
HSV(B) 79.79º 0.38% 0.99% -
XYZ 70.24 87.2 44.14 -
YUV 231.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 220 252 155 0.13 0 0.38 0.01 79.79 0.94 0.8
Hex DC FC 9B D 0 26 1 50 5E 50
Octal 334 374 233 15 0 46 1 120 136 120
Binary 11011100 11111100 10011011 1101 0 100110 1 1010000 1011110 1010000

Color Harmonies of #DCFC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC9B

Black with #DCFC9B

Text Example


Text Example

White with #DCFC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC9B; }

 p { color: rgb(220,252,155); }

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

background-color css

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

 a { background-color: rgb(220,252,155); }

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

border-color css

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

 span { border-color: rgb(220,252,155); }

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