Html Css Color HEX #BCF07A Sulu

📋 copy color: '#BCF07A'

red 188 ◦ green 240 ◦ blue 122

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

Shades of Sulu #BCF07A

Tints of Sulu #BCF07A

RGB

 RED value IS 188 (73.83% from 255) = 34.18%

 GREEN value IS 240 (94.14% from 255) = 43.64%

 BLUE value IS 122 (48.05% from 255) = 22.18%

R = 34.18%
G = 43.64%
B = 22.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#BCF07A (or 0xBCF07A) is known color: Sulu. HEX triplet: BC, F0 and 7A. RGB value is (188,240,122). Sum of RGB (Red+Green+Blue) = 188+240+122=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF07A is #430F85. Grayscale: #D3D3D3. Windows color (decimal): -4394886 or 8057020. OLE color: 8057020.

HSL color Cylindrical-coordinate representation of color #BCF07A: hue angle of 86.44º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCF07A is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 122 -
CMYK 0.22 0 0.49 0.06
HSL 86.44º 0.8% 0.71% -
HSV(B) 86.44º 0.49% 0.94% -
XYZ 55.41 74.42 29.86 -
YUV 211 77.77 111.59 -
System Red Green Blue C M Y K H S L
Decimal 188 240 122 0.22 0 0.49 0.06 86.44 0.8 0.71
Hex BC F0 7A 16 0 31 6 56 50 47
Octal 274 360 172 26 0 61 6 126 120 107
Binary 10111100 11110000 1111010 10110 0 110001 110 1010110 1010000 1000111

Color Harmonies of #BCF07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF07A

Black with #BCF07A

Text Example


Text Example

White with #BCF07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF07A; }

 p { color: rgb(188,240,122); }

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

background-color css

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

 a { background-color: rgb(188,240,122); }

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

border-color css

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

 span { border-color: rgb(188,240,122); }

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