Html Css Color HEX #BCF44A Conifer

📋 copy color: '#BCF44A'

red 188 ◦ green 244 ◦ blue 74

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

Shades of Conifer #BCF44A

Tints of Conifer #BCF44A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.22%

 BLUE value IS 74 (29.3% from 255) = 14.62%

R = 37.15%
G = 48.22%
B = 14.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#BCF44A (or 0xBCF44A) is known color: Conifer. HEX triplet: BC, F4 and 4A. RGB value is (188,244,74). Sum of RGB (Red+Green+Blue) = 188+244+74=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF44A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF44A is #430BB5. Grayscale: #D0D0D0. Windows color (decimal): -4393910 or 4912316. OLE color: 4912316.

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

Color convert

RGB 188 244 74 -
CMYK 0.23 0 0.70 0.04
HSL 79.76º 0.89% 0.62% -
HSV(B) 79.76º 0.7% 0.96% -
XYZ 54.33 75.89 18.26 -
YUV 207.88 52.45 113.82 -
System Red Green Blue C M Y K H S L
Decimal 188 244 74 0.23 0 0.70 0.04 79.76 0.89 0.62
Hex BC F4 4A 17 0 46 4 50 59 3E
Octal 274 364 112 27 0 106 4 120 131 76
Binary 10111100 11110100 1001010 10111 0 1000110 100 1010000 1011001 111110

Color Harmonies of #BCF44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF44A

Black with #BCF44A

Text Example


Text Example

White with #BCF44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF44A; }

 p { color: rgb(188,244,74); }

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

background-color css

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

 a { background-color: rgb(188,244,74); }

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

border-color css

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

 span { border-color: rgb(188,244,74); }

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