Html Css Color HEX #BCF468 Sulu

📋 copy color: '#BCF468'

red 188 ◦ green 244 ◦ blue 104

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

Shades of Sulu #BCF468

Tints of Sulu #BCF468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.52%

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

R = 35.07%
G = 45.52%
B = 19.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#BCF468 (or 0xBCF468) is known color: Sulu. HEX triplet: BC, F4 and 68. RGB value is (188,244,104). Sum of RGB (Red+Green+Blue) = 188+244+104=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF468 is #430B97. Grayscale: #D3D3D3. Windows color (decimal): -4393880 or 6878396. OLE color: 6878396.

HSL color Cylindrical-coordinate representation of color #BCF468: hue angle of 84º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF468 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 104 -
CMYK 0.23 0 0.57 0.04
HSL 84º 0.86% 0.68% -
HSV(B) 84º 0.57% 0.96% -
XYZ 55.59 76.39 24.91 -
YUV 211.3 67.45 111.38 -
System Red Green Blue C M Y K H S L
Decimal 188 244 104 0.23 0 0.57 0.04 84 0.86 0.68
Hex BC F4 68 17 0 39 4 54 56 44
Octal 274 364 150 27 0 71 4 124 126 104
Binary 10111100 11110100 1101000 10111 0 111001 100 1010100 1010110 1000100

Color Harmonies of #BCF468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF468

Black with #BCF468

Text Example


Text Example

White with #BCF468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF468; }

 p { color: rgb(188,244,104); }

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

background-color css

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

 a { background-color: rgb(188,244,104); }

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

border-color css

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

 span { border-color: rgb(188,244,104); }

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