Html Css Color HEX #B3DA74 Sulu

📋 copy color: '#B3DA74'

red 179 ◦ green 218 ◦ blue 116

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

Shades of Sulu #B3DA74

Tints of Sulu #B3DA74

RGB

 RED value IS 179 (70.31% from 255) = 34.89%

 GREEN value IS 218 (85.55% from 255) = 42.5%

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 34.89%
G = 42.5%
B = 22.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B3DA74 (or 0xB3DA74) is known color: Sulu. HEX triplet: B3, DA and 74. RGB value is (179,218,116). Sum of RGB (Red+Green+Blue) = 179+218+116=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DA74 is #4C258B. Grayscale: #C3C3C3. Windows color (decimal): -4990348 or 7658163. OLE color: 7658163.

HSL color Cylindrical-coordinate representation of color #B3DA74: hue angle of 82.94º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3DA74 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 218 116 -
CMYK 0.18 0 0.47 0.15
HSL 82.94º 0.58% 0.65% -
HSV(B) 82.94º 0.47% 0.85% -
XYZ 46.81 60.99 25.83 -
YUV 194.71 83.58 116.79 -
System Red Green Blue C M Y K H S L
Decimal 179 218 116 0.18 0 0.47 0.15 82.94 0.58 0.65
Hex B3 DA 74 12 0 2F F 53 3A 41
Octal 263 332 164 22 0 57 17 123 72 101
Binary 10110011 11011010 1110100 10010 0 101111 1111 1010011 111010 1000001

Color Harmonies of #B3DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DA74

Black with #B3DA74

Text Example


Text Example

White with #B3DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DA74; }

 p { color: rgb(179,218,116); }

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

background-color css

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

 a { background-color: rgb(179,218,116); }

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

border-color css

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

 span { border-color: rgb(179,218,116); }

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