Html Css Color HEX #BCF55D Conifer

📋 copy color: '#BCF55D'

red 188 ◦ green 245 ◦ blue 93

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

Shades of Conifer #BCF55D

Tints of Conifer #BCF55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.68%

R = 35.74%
G = 46.58%
B = 17.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#BCF55D (or 0xBCF55D) is known color: Conifer. HEX triplet: BC, F5 and 5D. RGB value is (188,245,93). Sum of RGB (Red+Green+Blue) = 188+245+93=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF55D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF55D is #430AA2. Grayscale: #D3D3D3. Windows color (decimal): -4393635 or 6157756. OLE color: 6157756.

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

Color convert

RGB 188 245 93 -
CMYK 0.23 0 0.62 0.04
HSL 82.5º 0.88% 0.66% -
HSV(B) 82.5º 0.62% 0.96% -
XYZ 55.37 76.79 22.26 -
YUV 210.63 61.62 111.86 -
System Red Green Blue C M Y K H S L
Decimal 188 245 93 0.23 0 0.62 0.04 82.5 0.88 0.66
Hex BC F5 5D 17 0 3E 4 52 58 42
Octal 274 365 135 27 0 76 4 122 130 102
Binary 10111100 11110101 1011101 10111 0 111110 100 1010010 1011000 1000010

Color Harmonies of #BCF55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF55D

Black with #BCF55D

Text Example


Text Example

White with #BCF55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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