Html Css Color HEX #BCF75D Conifer

📋 copy color: '#BCF75D'

red 188 ◦ green 247 ◦ blue 93

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

Shades of Conifer #BCF75D

Tints of Conifer #BCF75D

RGB

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

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

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

R = 35.61%
G = 46.78%
B = 17.61%

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

#BCF75D (or 0xBCF75D) is known color: Conifer. HEX triplet: BC, F7 and 5D. RGB value is (188,247,93). Sum of RGB (Red+Green+Blue) = 188+247+93=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF75D is #4308A2. Grayscale: #D4D4D4. Windows color (decimal): -4393123 or 6158268. OLE color: 6158268.

HSL color Cylindrical-coordinate representation of color #BCF75D: hue angle of 82.99º degrees, saturation: 0.91, 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 #BCF75D is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 93 -
CMYK 0.24 0 0.62 0.03
HSL 82.99º 0.91% 0.67% -
HSV(B) 82.99º 0.62% 0.97% -
XYZ 55.98 78 22.46 -
YUV 211.8 60.95 111.02 -
System Red Green Blue C M Y K H S L
Decimal 188 247 93 0.24 0 0.62 0.03 82.99 0.91 0.67
Hex BC F7 5D 18 0 3E 3 53 5B 43
Octal 274 367 135 30 0 76 3 123 133 103
Binary 10111100 11110111 1011101 11000 0 111110 11 1010011 1011011 1000011

Color Harmonies of #BCF75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF75D

Black with #BCF75D

Text Example


Text Example

White with #BCF75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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