Html Css Color HEX #BCF85D Conifer

📋 copy color: '#BCF85D'

red 188 ◦ green 248 ◦ blue 93

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

Shades of Conifer #BCF85D

Tints of Conifer #BCF85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.88%

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

R = 35.54%
G = 46.88%
B = 17.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#BCF85D (or 0xBCF85D) is known color: Conifer. HEX triplet: BC, F8 and 5D. RGB value is (188,248,93). Sum of RGB (Red+Green+Blue) = 188+248+93=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF85D is #4307A2. Grayscale: #D4D4D4. Windows color (decimal): -4392867 or 6158524. OLE color: 6158524.

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

Color convert

RGB 188 248 93 -
CMYK 0.24 0 0.62 0.03
HSL 83.23º 0.92% 0.67% -
HSV(B) 83.23º 0.63% 0.97% -
XYZ 56.28 78.62 22.56 -
YUV 212.39 60.62 110.6 -
System Red Green Blue C M Y K H S L
Decimal 188 248 93 0.24 0 0.62 0.03 83.23 0.92 0.67
Hex BC F8 5D 18 0 3E 3 53 5C 43
Octal 274 370 135 30 0 76 3 123 134 103
Binary 10111100 11111000 1011101 11000 0 111110 11 1010011 1011100 1000011

Color Harmonies of #BCF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF85D

Black with #BCF85D

Text Example


Text Example

White with #BCF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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