Html Css Color HEX #DCFE9B Reef

📋 copy color: '#DCFE9B'

red 220 ◦ green 254 ◦ blue 155

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

Shades of Reef #DCFE9B

Tints of Reef #DCFE9B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.38%

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

R = 34.98%
G = 40.38%
B = 24.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#DCFE9B (or 0xDCFE9B) is known color: Reef. HEX triplet: DC, FE and 9B. RGB value is (220,254,155). Sum of RGB (Red+Green+Blue) = 220+254+155=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 155 (60.94% from 255 or 24.64% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE9B is #230164. Grayscale: #E8E8E8. Windows color (decimal): -2294117 or 10223324. OLE color: 10223324.

HSL color Cylindrical-coordinate representation of color #DCFE9B: hue angle of 80.61º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCFE9B is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 155 -
CMYK 0.13 0 0.39 0.00
HSL 80.61º 0.98% 0.8% -
HSV(B) 80.61º 0.39% 1% -
XYZ 70.87 88.47 44.35 -
YUV 232.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 220 254 155 0.13 0 0.39 0.00 80.61 0.98 0.8
Hex DC FE 9B D 0 27 0 51 62 50
Octal 334 376 233 15 0 47 0 121 142 120
Binary 11011100 11111110 10011011 1101 0 100111 0 1010001 1100010 1010000

Color Harmonies of #DCFE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFE9B

Black with #DCFE9B

Text Example


Text Example

White with #DCFE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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