Html Css Color HEX #BCF30D Inch Worm

📋 copy color: '#BCF30D'

red 188 ◦ green 243 ◦ blue 13

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

Shades of Inch Worm #BCF30D

Tints of Inch Worm #BCF30D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.73%

 BLUE value IS 13 (5.47% from 255) = 2.93%

R = 42.34%
G = 54.73%
B = 2.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#BCF30D (or 0xBCF30D) is known color: Inch Worm. HEX triplet: BC, F3 and 0D. RGB value is (188,243,13). Sum of RGB (Red+Green+Blue) = 188+243+13=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 243 (95.31% from 255 or 54.73% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF30D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF30D is #430CF2. Grayscale: #C9C9C9. Windows color (decimal): -4394227 or 914364. OLE color: 914364.

HSL color Cylindrical-coordinate representation of color #BCF30D: hue angle of 74.35º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCF30D is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 13 -
CMYK 0.23 0 0.95 0.05
HSL 74.35º 0.91% 0.5% -
HSV(B) 74.35º 0.95% 0.95% -
XYZ 52.86 74.82 12.04 -
YUV 200.34 22.28 119.2 -
System Red Green Blue C M Y K H S L
Decimal 188 243 13 0.23 0 0.95 0.05 74.35 0.91 0.5
Hex BC F3 D 17 0 5F 5 4A 5B 32
Octal 274 363 15 27 0 137 5 112 133 62
Binary 10111100 11110011 1101 10111 0 1011111 101 1001010 1011011 110010

Color Harmonies of #BCF30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF30D

Black with #BCF30D

Text Example


Text Example

White with #BCF30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF30D; }

 p { color: rgb(188,243,13); }

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

background-color css

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

 a { background-color: rgb(188,243,13); }

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

border-color css

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

 span { border-color: rgb(188,243,13); }

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