Html Css Color HEX #BFDA7D Sulu

📋 copy color: '#BFDA7D'

red 191 ◦ green 218 ◦ blue 125

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

Shades of Sulu #BFDA7D

Tints of Sulu #BFDA7D

RGB

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

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

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

R = 35.77%
G = 40.82%
B = 23.41%

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

#BFDA7D (or 0xBFDA7D) is known color: Sulu. HEX triplet: BF, DA and 7D. RGB value is (191,218,125). Sum of RGB (Red+Green+Blue) = 191+218+125=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA7D is #402582. Grayscale: #C7C7C7. Windows color (decimal): -4203907 or 8247999. OLE color: 8247999.

HSL color Cylindrical-coordinate representation of color #BFDA7D: hue angle of 77.42º 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 #BFDA7D is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 125 -
CMYK 0.12 0 0.43 0.15
HSL 77.42º 0.56% 0.67% -
HSV(B) 77.42º 0.43% 0.85% -
XYZ 50.26 62.7 28.86 -
YUV 199.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 191 218 125 0.12 0 0.43 0.15 77.42 0.56 0.67
Hex BF DA 7D C 0 2B F 4D 38 43
Octal 277 332 175 14 0 53 17 115 70 103
Binary 10111111 11011010 1111101 1100 0 101011 1111 1001101 111000 1000011

Color Harmonies of #BFDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA7D

Black with #BFDA7D

Text Example


Text Example

White with #BFDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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