Html Css Color HEX #BFDA7C Sulu

📋 copy color: '#BFDA7C'

red 191 ◦ green 218 ◦ blue 124

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

Shades of Sulu #BFDA7C

Tints of Sulu #BFDA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.26%

R = 35.83%
G = 40.9%
B = 23.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#BFDA7C (or 0xBFDA7C) is known color: Sulu. HEX triplet: BF, DA and 7C. RGB value is (191,218,124). Sum of RGB (Red+Green+Blue) = 191+218+124=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA7C is #402583. Grayscale: #C7C7C7. Windows color (decimal): -4203908 or 8182463. OLE color: 8182463.

HSL color Cylindrical-coordinate representation of color #BFDA7C: hue angle of 77.23º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFDA7C is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 124 -
CMYK 0.12 0 0.43 0.15
HSL 77.23º 0.56% 0.67% -
HSV(B) 77.23º 0.43% 0.85% -
XYZ 50.2 62.67 28.52 -
YUV 199.21 85.55 122.14 -
System Red Green Blue C M Y K H S L
Decimal 191 218 124 0.12 0 0.43 0.15 77.23 0.56 0.67
Hex BF DA 7C C 0 2B F 4D 38 43
Octal 277 332 174 14 0 53 17 115 70 103
Binary 10111111 11011010 1111100 1100 0 101011 1111 1001101 111000 1000011

Color Harmonies of #BFDA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA7C

Black with #BFDA7C

Text Example


Text Example

White with #BFDA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA7C; }

 p { color: rgb(191,218,124); }

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

background-color css

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

 a { background-color: rgb(191,218,124); }

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

border-color css

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

 span { border-color: rgb(191,218,124); }

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