Html Css Color HEX #BFD77D Sulu

📋 copy color: '#BFD77D'

red 191 ◦ green 215 ◦ blue 125

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

Shades of Sulu #BFD77D

Tints of Sulu #BFD77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.54%

R = 35.97%
G = 40.49%
B = 23.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#BFD77D (or 0xBFD77D) is known color: Sulu. HEX triplet: BF, D7 and 7D. RGB value is (191,215,125). Sum of RGB (Red+Green+Blue) = 191+215+125=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD77D is #402882. Grayscale: #C5C5C5. Windows color (decimal): -4204675 or 8247231. OLE color: 8247231.

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

Color convert

RGB 191 215 125 -
CMYK 0.11 0 0.42 0.16
HSL 76º 0.53% 0.67% -
HSV(B) 76º 0.42% 0.84% -
XYZ 49.49 61.16 28.6 -
YUV 197.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 191 215 125 0.11 0 0.42 0.16 76 0.53 0.67
Hex BF D7 7D B 0 2A 10 4C 35 43
Octal 277 327 175 13 0 52 20 114 65 103
Binary 10111111 11010111 1111101 1011 0 101010 10000 1001100 110101 1000011

Color Harmonies of #BFD77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD77D

Black with #BFD77D

Text Example


Text Example

White with #BFD77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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