Html Css Color HEX #BCF761 Conifer

📋 copy color: '#BCF761'

red 188 ◦ green 247 ◦ blue 97

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

Shades of Conifer #BCF761

Tints of Conifer #BCF761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.23%

R = 35.34%
G = 46.43%
B = 18.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#BCF761 (or 0xBCF761) is known color: Conifer. HEX triplet: BC, F7 and 61. RGB value is (188,247,97). Sum of RGB (Red+Green+Blue) = 188+247+97=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF761 is #43089E. Grayscale: #D4D4D4. Windows color (decimal): -4393119 or 6420412. OLE color: 6420412.

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

Color convert

RGB 188 247 97 -
CMYK 0.24 0 0.61 0.03
HSL 83.6º 0.9% 0.67% -
HSV(B) 83.6º 0.61% 0.97% -
XYZ 56.16 78.08 23.42 -
YUV 212.26 62.95 110.7 -
System Red Green Blue C M Y K H S L
Decimal 188 247 97 0.24 0 0.61 0.03 83.6 0.9 0.67
Hex BC F7 61 18 0 3D 3 54 5A 43
Octal 274 367 141 30 0 75 3 124 132 103
Binary 10111100 11110111 1100001 11000 0 111101 11 1010100 1011010 1000011

Color Harmonies of #BCF761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF761

Black with #BCF761

Text Example


Text Example

White with #BCF761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF761; }

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

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

background-color css

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

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

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

border-color css

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

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

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