Html Css Color HEX #BCF434 Green Yellow

📋 copy color: '#BCF434'

red 188 ◦ green 244 ◦ blue 52

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

Shades of Green Yellow #BCF434

Tints of Green Yellow #BCF434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.74%

R = 38.84%
G = 50.41%
B = 10.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#BCF434 (or 0xBCF434) is known color: Green Yellow. HEX triplet: BC, F4 and 34. RGB value is (188,244,52). Sum of RGB (Red+Green+Blue) = 188+244+52=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF434 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF434 is #430BCB. Grayscale: #CECECE. Windows color (decimal): -4393932 or 3470524. OLE color: 3470524.

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

Color convert

RGB 188 244 52 -
CMYK 0.23 0 0.79 0.04
HSL 77.5º 0.9% 0.58% -
HSV(B) 77.5º 0.79% 0.96% -
XYZ 53.71 75.64 15.02 -
YUV 205.37 41.45 115.61 -
System Red Green Blue C M Y K H S L
Decimal 188 244 52 0.23 0 0.79 0.04 77.5 0.9 0.58
Hex BC F4 34 17 0 4F 4 4E 5A 3A
Octal 274 364 64 27 0 117 4 116 132 72
Binary 10111100 11110100 110100 10111 0 1001111 100 1001110 1011010 111010

Color Harmonies of #BCF434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF434

Black with #BCF434

Text Example


Text Example

White with #BCF434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF434; }

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

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

background-color css

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

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

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

border-color css

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

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

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