Html Css Color HEX #BFD774 Sulu

📋 copy color: '#BFD774'

red 191 ◦ green 215 ◦ blue 116

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

Shades of Sulu #BFD774

Tints of Sulu #BFD774

RGB

 RED value IS 191 (75% from 255) = 36.59%

 GREEN value IS 215 (84.38% from 255) = 41.19%

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

R = 36.59%
G = 41.19%
B = 22.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BFD774 (or 0xBFD774) is known color: Sulu. HEX triplet: BF, D7 and 74. RGB value is (191,215,116). Sum of RGB (Red+Green+Blue) = 191+215+116=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD774 is #40288B. Grayscale: #C4C4C4. Windows color (decimal): -4204684 or 7657407. OLE color: 7657407.

HSL color Cylindrical-coordinate representation of color #BFD774: hue angle of 74.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD774 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 116 -
CMYK 0.11 0 0.46 0.16
HSL 74.55º 0.55% 0.65% -
HSV(B) 74.55º 0.46% 0.84% -
XYZ 48.94 60.94 25.71 -
YUV 196.54 82.55 124.05 -
System Red Green Blue C M Y K H S L
Decimal 191 215 116 0.11 0 0.46 0.16 74.55 0.55 0.65
Hex BF D7 74 B 0 2E 10 4B 37 41
Octal 277 327 164 13 0 56 20 113 67 101
Binary 10111111 11010111 1110100 1011 0 101110 10000 1001011 110111 1000001

Color Harmonies of #BFD774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD774

Black with #BFD774

Text Example


Text Example

White with #BFD774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD774; }

 p { color: rgb(191,215,116); }

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

background-color css

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

 a { background-color: rgb(191,215,116); }

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

border-color css

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

 span { border-color: rgb(191,215,116); }

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