Html Css Color HEX #DCFB90 Reef

📋 copy color: '#DCFB90'

red 220 ◦ green 251 ◦ blue 144

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

Shades of Reef #DCFB90

Tints of Reef #DCFB90

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.81%

 BLUE value IS 144 (56.64% from 255) = 23.41%

R = 35.77%
G = 40.81%
B = 23.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DCFB90 (or 0xDCFB90) is known color: Reef. HEX triplet: DC, FB and 90. RGB value is (220,251,144). Sum of RGB (Red+Green+Blue) = 220+251+144=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB90 is #23046F. Grayscale: #E5E5E5. Windows color (decimal): -2294896 or 9501660. OLE color: 9501660.

HSL color Cylindrical-coordinate representation of color #DCFB90: hue angle of 77.38º degrees, saturation: 0.93, 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 #DCFB90 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 144 -
CMYK 0.12 0 0.43 0.02
HSL 77.38º 0.93% 0.77% -
HSV(B) 77.38º 0.43% 0.98% -
XYZ 69.05 86.22 39.39 -
YUV 229.53 79.73 121.2 -
System Red Green Blue C M Y K H S L
Decimal 220 251 144 0.12 0 0.43 0.02 77.38 0.93 0.77
Hex DC FB 90 C 0 2B 2 4D 5D 4D
Octal 334 373 220 14 0 53 2 115 135 115
Binary 11011100 11111011 10010000 1100 0 101011 10 1001101 1011101 1001101

Color Harmonies of #DCFB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB90

Black with #DCFB90

Text Example


Text Example

White with #DCFB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB90; }

 p { color: rgb(220,251,144); }

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

background-color css

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

 a { background-color: rgb(220,251,144); }

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

border-color css

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

 span { border-color: rgb(220,251,144); }

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