Html Css Color HEX #BCF64B Conifer

📋 copy color: '#BCF64B'

red 188 ◦ green 246 ◦ blue 75

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

Shades of Conifer #BCF64B

Tints of Conifer #BCF64B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.33%

 BLUE value IS 75 (29.69% from 255) = 14.73%

R = 36.94%
G = 48.33%
B = 14.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#BCF64B (or 0xBCF64B) is known color: Conifer. HEX triplet: BC, F6 and 4B. RGB value is (188,246,75). Sum of RGB (Red+Green+Blue) = 188+246+75=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF64B is #4309B4. Grayscale: #D1D1D1. Windows color (decimal): -4393397 or 4978364. OLE color: 4978364.

HSL color Cylindrical-coordinate representation of color #BCF64B: hue angle of 80.35º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCF64B is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 75 -
CMYK 0.24 0 0.70 0.04
HSL 80.35º 0.9% 0.63% -
HSV(B) 80.35º 0.7% 0.96% -
XYZ 54.96 77.11 18.64 -
YUV 209.16 52.28 112.9 -
System Red Green Blue C M Y K H S L
Decimal 188 246 75 0.24 0 0.70 0.04 80.35 0.9 0.63
Hex BC F6 4B 18 0 46 4 50 5A 3F
Octal 274 366 113 30 0 106 4 120 132 77
Binary 10111100 11110110 1001011 11000 0 1000110 100 1010000 1011010 111111

Color Harmonies of #BCF64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF64B

Black with #BCF64B

Text Example


Text Example

White with #BCF64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF64B; }

 p { color: rgb(188,246,75); }

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

background-color css

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

 a { background-color: rgb(188,246,75); }

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

border-color css

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

 span { border-color: rgb(188,246,75); }

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