Html Css Color HEX #3DB14B Fruit Salad

📋 copy color: '#3DB14B'

red 61 ◦ green 177 ◦ blue 75

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

Shades of Fruit Salad #3DB14B

Tints of Fruit Salad #3DB14B

RGB

 RED value IS 61 (24.22% from 255) = 19.49%

 GREEN value IS 177 (69.53% from 255) = 56.55%

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 19.49%
G = 56.55%
B = 23.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#3DB14B (or 0x3DB14B) is known color: Fruit Salad. HEX triplet: 3D, B1 and 4B. RGB value is (61,177,75). Sum of RGB (Red+Green+Blue) = 61+177+75=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB14B is #C24EB4. Grayscale: #828282. Windows color (decimal): -12734133 or 4960573. OLE color: 4960573.

HSL color Cylindrical-coordinate representation of color #3DB14B: hue angle of 127.24º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB14B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 177 75 -
CMYK 0.66 0 0.58 0.31
HSL 127.24º 0.49% 0.47% -
HSV(B) 127.24º 0.66% 0.69% -
XYZ 18.92 32.94 12.02 -
YUV 130.69 96.57 78.29 -
System Red Green Blue C M Y K H S L
Decimal 61 177 75 0.66 0 0.58 0.31 127.24 0.49 0.47
Hex 3D B1 4B 42 0 3A 1F 7F 31 2F
Octal 75 261 113 102 0 72 37 177 61 57
Binary 111101 10110001 1001011 1000010 0 111010 11111 1111111 110001 101111

Color Harmonies of #3DB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB14B

Black with #3DB14B

Text Example


Text Example

White with #3DB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DB14B; }

 p { color: rgb(61,177,75); }

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

background-color css

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

 a { background-color: rgb(61,177,75); }

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

border-color css

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

 span { border-color: rgb(61,177,75); }

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