Html Css Color HEX #BFF668 Sulu

📋 copy color: '#BFF668'

red 191 ◦ green 246 ◦ blue 104

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

Shades of Sulu #BFF668

Tints of Sulu #BFF668

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.47%

 BLUE value IS 104 (41.02% from 255) = 19.22%

R = 35.3%
G = 45.47%
B = 19.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#BFF668 (or 0xBFF668) is known color: Sulu. HEX triplet: BF, F6 and 68. RGB value is (191,246,104). Sum of RGB (Red+Green+Blue) = 191+246+104=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF668 is #400997. Grayscale: #D5D5D5. Windows color (decimal): -4196760 or 6878911. OLE color: 6878911.

HSL color Cylindrical-coordinate representation of color #BFF668: hue angle of 83.24º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFF668 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 246 104 -
CMYK 0.22 0 0.58 0.04
HSL 83.24º 0.89% 0.69% -
HSV(B) 83.24º 0.58% 0.96% -
XYZ 56.94 77.99 25.15 -
YUV 213.37 66.28 112.05 -
System Red Green Blue C M Y K H S L
Decimal 191 246 104 0.22 0 0.58 0.04 83.24 0.89 0.69
Hex BF F6 68 16 0 3A 4 53 59 45
Octal 277 366 150 26 0 72 4 123 131 105
Binary 10111111 11110110 1101000 10110 0 111010 100 1010011 1011001 1000101

Color Harmonies of #BFF668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF668

Black with #BFF668

Text Example


Text Example

White with #BFF668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF668; }

 p { color: rgb(191,246,104); }

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

background-color css

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

 a { background-color: rgb(191,246,104); }

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

border-color css

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

 span { border-color: rgb(191,246,104); }

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