Html Css Color HEX #BCF562 Conifer

📋 copy color: '#BCF562'

red 188 ◦ green 245 ◦ blue 98

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

Shades of Conifer #BCF562

Tints of Conifer #BCF562

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.14%

 BLUE value IS 98 (38.67% from 255) = 18.46%

R = 35.4%
G = 46.14%
B = 18.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#BCF562 (or 0xBCF562) is known color: Conifer. HEX triplet: BC, F5 and 62. RGB value is (188,245,98). Sum of RGB (Red+Green+Blue) = 188+245+98=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF562 is #430A9D. Grayscale: #D3D3D3. Windows color (decimal): -4393630 or 6485436. OLE color: 6485436.

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

Color convert

RGB 188 245 98 -
CMYK 0.23 0 0.6 0.04
HSL 83.27º 0.88% 0.67% -
HSV(B) 83.27º 0.6% 0.96% -
XYZ 55.6 76.88 23.46 -
YUV 211.2 64.12 111.45 -
System Red Green Blue C M Y K H S L
Decimal 188 245 98 0.23 0 0.6 0.04 83.27 0.88 0.67
Hex BC F5 62 17 0 3C 4 53 58 43
Octal 274 365 142 27 0 74 4 123 130 103
Binary 10111100 11110101 1100010 10111 0 111100 100 1010011 1011000 1000011

Color Harmonies of #BCF562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF562

Black with #BCF562

Text Example


Text Example

White with #BCF562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF562; }

 p { color: rgb(188,245,98); }

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

background-color css

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

 a { background-color: rgb(188,245,98); }

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

border-color css

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

 span { border-color: rgb(188,245,98); }

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