Html Css Color HEX #BCF67F Sulu

📋 copy color: '#BCF67F'

red 188 ◦ green 246 ◦ blue 127

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

Shades of Sulu #BCF67F

Tints of Sulu #BCF67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.64%

R = 33.51%
G = 43.85%
B = 22.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#BCF67F (or 0xBCF67F) is known color: Sulu. HEX triplet: BC, F6 and 7F. RGB value is (188,246,127). Sum of RGB (Red+Green+Blue) = 188+246+127=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF67F is #430980. Grayscale: #D7D7D7. Windows color (decimal): -4393345 or 8386236. OLE color: 8386236.

HSL color Cylindrical-coordinate representation of color #BCF67F: hue angle of 89.24º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCF67F is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 127 -
CMYK 0.24 0 0.48 0.04
HSL 89.24º 0.87% 0.73% -
HSV(B) 89.24º 0.48% 0.96% -
XYZ 57.53 78.14 32.13 -
YUV 215.09 78.28 108.68 -
System Red Green Blue C M Y K H S L
Decimal 188 246 127 0.24 0 0.48 0.04 89.24 0.87 0.73
Hex BC F6 7F 18 0 30 4 59 57 49
Octal 274 366 177 30 0 60 4 131 127 111
Binary 10111100 11110110 1111111 11000 0 110000 100 1011001 1010111 1001001

Color Harmonies of #BCF67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF67F

Black with #BCF67F

Text Example


Text Example

White with #BCF67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF67F; }

 p { color: rgb(188,246,127); }

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

background-color css

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

 a { background-color: rgb(188,246,127); }

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

border-color css

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

 span { border-color: rgb(188,246,127); }

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