Html Css Color HEX #BFE769 Sulu

📋 copy color: '#BFE769'

red 191 ◦ green 231 ◦ blue 105

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

Shades of Sulu #BFE769

Tints of Sulu #BFE769

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.83%

 BLUE value IS 105 (41.41% from 255) = 19.92%

R = 36.24%
G = 43.83%
B = 19.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#BFE769 (or 0xBFE769) is known color: Sulu. HEX triplet: BF, E7 and 69. RGB value is (191,231,105). Sum of RGB (Red+Green+Blue) = 191+231+105=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE769 is #401896. Grayscale: #CDCDCD. Windows color (decimal): -4200599 or 6940607. OLE color: 6940607.

HSL color Cylindrical-coordinate representation of color #BFE769: hue angle of 79.05º degrees, saturation: 0.72, 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 #BFE769 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 105 -
CMYK 0.17 0 0.55 0.09
HSL 79.05º 0.72% 0.66% -
HSV(B) 79.05º 0.55% 0.91% -
XYZ 52.61 69.25 23.96 -
YUV 204.68 71.75 118.25 -
System Red Green Blue C M Y K H S L
Decimal 191 231 105 0.17 0 0.55 0.09 79.05 0.72 0.66
Hex BF E7 69 11 0 37 9 4F 48 42
Octal 277 347 151 21 0 67 11 117 110 102
Binary 10111111 11100111 1101001 10001 0 110111 1001 1001111 1001000 1000010

Color Harmonies of #BFE769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE769

Black with #BFE769

Text Example


Text Example

White with #BFE769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE769; }

 p { color: rgb(191,231,105); }

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

background-color css

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

 a { background-color: rgb(191,231,105); }

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

border-color css

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

 span { border-color: rgb(191,231,105); }

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