Html Css Color HEX #BCF75C Conifer

📋 copy color: '#BCF75C'

red 188 ◦ green 247 ◦ blue 92

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

Shades of Conifer #BCF75C

Tints of Conifer #BCF75C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.87%

 BLUE value IS 92 (36.33% from 255) = 17.46%

R = 35.67%
G = 46.87%
B = 17.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#BCF75C (or 0xBCF75C) is known color: Conifer. HEX triplet: BC, F7 and 5C. RGB value is (188,247,92). Sum of RGB (Red+Green+Blue) = 188+247+92=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF75C is #4308A3. Grayscale: #D4D4D4. Windows color (decimal): -4393124 or 6092732. OLE color: 6092732.

HSL color Cylindrical-coordinate representation of color #BCF75C: hue angle of 82.84º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCF75C is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 92 -
CMYK 0.24 0 0.63 0.03
HSL 82.84º 0.91% 0.66% -
HSV(B) 82.84º 0.63% 0.97% -
XYZ 55.93 77.99 22.23 -
YUV 211.69 60.45 111.1 -
System Red Green Blue C M Y K H S L
Decimal 188 247 92 0.24 0 0.63 0.03 82.84 0.91 0.66
Hex BC F7 5C 18 0 3F 3 53 5B 42
Octal 274 367 134 30 0 77 3 123 133 102
Binary 10111100 11110111 1011100 11000 0 111111 11 1010011 1011011 1000010

Color Harmonies of #BCF75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF75C

Black with #BCF75C

Text Example


Text Example

White with #BCF75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF75C; }

 p { color: rgb(188,247,92); }

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

background-color css

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

 a { background-color: rgb(188,247,92); }

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

border-color css

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

 span { border-color: rgb(188,247,92); }

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