Html Css Color HEX #BFE968 Sulu

📋 copy color: '#BFE968'

red 191 ◦ green 233 ◦ blue 104

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

Shades of Sulu #BFE968

Tints of Sulu #BFE968

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.13%

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

R = 36.17%
G = 44.13%
B = 19.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#BFE968 (or 0xBFE968) is known color: Sulu. HEX triplet: BF, E9 and 68. RGB value is (191,233,104). Sum of RGB (Red+Green+Blue) = 191+233+104=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE968 is #401697. Grayscale: #CECECE. Windows color (decimal): -4200088 or 6875583. OLE color: 6875583.

HSL color Cylindrical-coordinate representation of color #BFE968: hue angle of 79.53º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFE968 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 233 104 -
CMYK 0.18 0 0.55 0.09
HSL 79.53º 0.75% 0.66% -
HSV(B) 79.53º 0.55% 0.91% -
XYZ 53.12 70.35 23.88 -
YUV 205.74 70.59 117.49 -
System Red Green Blue C M Y K H S L
Decimal 191 233 104 0.18 0 0.55 0.09 79.53 0.75 0.66
Hex BF E9 68 12 0 37 9 50 4B 42
Octal 277 351 150 22 0 67 11 120 113 102
Binary 10111111 11101001 1101000 10010 0 110111 1001 1010000 1001011 1000010

Color Harmonies of #BFE968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE968

Black with #BFE968

Text Example


Text Example

White with #BFE968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE968; }

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

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

background-color css

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

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

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

border-color css

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

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

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